|
| template<typename T, std::size_t StackSize, std::size_t Alignment> |
| void | a_util::memory::swap (StackPtr< T, StackSize, Alignment > &lhs, StackPtr< T, StackSize, Alignment > &rhs) |
| |
| template<typename T, std::size_t StackSize, std::size_t Alignment> |
| bool | a_util::memory::operator!= (const StackPtr< T, StackSize, Alignment > &lhs, const StackPtr< T, StackSize, Alignment > &rhs) |
| |
| template<typename T, std::size_t StackSize = sizeof(T), std::size_t Alignment = alignof(std::size_t), typename... Args> |
| constexpr auto | a_util::memory::makeStackPtr (Args &&... args) -> StackPtr< T, StackSize, Alignment > |
| |
Public API for StackPtr type and functions
- Copyright
Copyright 2025 Digitalwerk GmbH.
This Source Code Form is subject to the terms of the Mozilla
Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at https://mozilla.org/MPL/2.0/.