28 #ifndef BSL_INTEGRAL_CONSTANT_HPP 29 #define BSL_INTEGRAL_CONSTANT_HPP 44 template<
typename T, T v>
constexpr bsl::uintmax v
defines "-v" verbose mode
Definition: debug.hpp:46
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
T value_type
provides the member typedef "value_type"
Definition: integral_constant.hpp:51
static constexpr value_type value
the type T that stores the integral constant
Definition: integral_constant.hpp:54