Required header:
#include <eve/memory/align.hpp>
enum class under : std::size_t {};
under
Strong integral type that represents the notion of under-alignment constraints.
Definition align.hpp:77
Strong integral type that represents the notion of under-alignment constraints.
Non-Member Function
constexpr inline std::size_t to_integer(
under n)
noexcept;
Equivalent to: return std::size_t(n);
- See also
- over