![]() |
Generic wrapper for a compile time constant integral value.The IntegralC class template represents a generic wrapper for a compile time constant integral value. The value of an IntegralC can be accessed via the nested value (which is guaranteed to be of type T), the type can be accessed via the nested type definition ValueType. More...
#include <IntegralC.h>
Generic wrapper for a compile time constant integral value.
The IntegralC class template represents a generic wrapper for a compile time constant integral value. The value of an IntegralC can be accessed via the nested value (which is guaranteed to be of type T), the type can be accessed via the nested type definition ValueType.