PolyBoRi
|
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>
Public Types | |
enum | { result = INTCONST } |
typedef ResultType | result_type |
Public Member Functions | |
result_type | operator() (...) const |
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.
typedef ResultType polybori::integral_constant::result_type |
result_type polybori::integral_constant::operator() | ( | ... | ) | const [inline] |