4.6.0
Freundlich's C++ toolkit
|
Checks if a type is an integral_constant
with an integer type.T
fullfils integral_concept
if and only if it is of the form std::integral_constant<U,V>
for some integral type U
and value U V
.
More...
#include <integral_concept.hpp>
Checks if a type is an integral_constant
with an integer type.
T
fullfils integral_concept
if and only if it is of the form std::integral_constant<U,V>
for some integral type U
and value U V
.