#include <ozo/type_traits.h>
Object size constant type.
This type is like std::bool_constant
- used to enable type level resolving of constants. All BuiltIn
types uses this template specialization for their size constants.
n | — size in bytes |
Inherits integral_constant< size_type, n >.