KTL
Loading...
Searching...
No Matches
alignment.h File Reference
#include <cstddef>

Go to the source code of this file.

Namespaces

namespace  ktl
 
namespace  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