integral_constant<int_type, NUM>()() returns NUM of int_type, instead of possibly arguments. integral_constant<int_type, NUM, other_type>()() returns conversion of NUM of int_type to other_type.
More...
#include <pbori_func.h>
template<class IntType, IntType INTCONST, class ResultType = IntType>
class polybori::integral_constant< IntType, INTCONST, ResultType >
integral_constant<int_type, NUM>()() returns NUM of int_type, instead of possibly arguments. integral_constant<int_type, NUM, other_type>()() returns conversion of NUM of int_type to other_type.
template<class IntType, IntType INTCONST, class ResultType = IntType>
template<class IntType, IntType INTCONST, class ResultType = IntType>
template<class IntType, IntType INTCONST, class ResultType = IntType>
The documentation for this class was generated from the following file: