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