E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches

◆ under

enum class eve::under : std::size_t
strong

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:76


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