|
ADTF
|
Go to the source code of this file.
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
| namespace | a_util::memory |
| Serves as component for memory access and management. | |
Functions | |
| 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, 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 > |
Private implementation for StackPtr type and functions
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/.