MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
List of all members
boost::mpl11::integer_c< T, v > Struct Template Reference

Integer holding the specified value. More...

#include <boost/mpl11/fwd/integer.hpp>

Detailed Description

template<typename T, T v>
struct boost::mpl11::integer_c< T, v >

Integer holding the specified value.

We define this in the forward declaration header because it is required almost everywhere. This saves us trouble with circular dependencies.