PolyBoRi
Public Types | Public Member Functions
polybori::integral_constant Class Reference

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>

List of all members.

Public Types

enum  { result = INTCONST }
typedef ResultType result_type

Public Member Functions

result_type operator() (...) const

Detailed Description

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.


Member Typedef Documentation


Member Enumeration Documentation

anonymous enum
Enumerator:
result 

Member Function Documentation

result_type polybori::integral_constant::operator() (   ...) const [inline]

The documentation for this class was generated from the following file: