KTL
|
#include <cstddef>
Go to the source code of this file.
Namespaces | |
ktl | |
ktl::detail | |
Functions | |
constexpr size_t | ktl::detail::align_to_architecture (size_t n) noexcept |
Variables | |
constexpr size_t | ktl::detail::ALIGNMENT = alignof(std::max_align_t) |
constexpr size_t | ktl::detail::ALIGNMENT_MASK = ALIGNMENT - 1 |