Public Member Functions | Static Public Attributes

mln::metal::int_< i > Struct Template Reference

"int" type. More...

#include <int.hh>

List of all members.

Public Member Functions

std::string name () const

Static Public Attributes

static const int value = i

Detailed Description

template<int i>
struct mln::metal::int_< i >

"int" type.

Definition at line 46 of file int.hh.


Member Function Documentation

template<int i>
std::string mln::metal::int_< i >::name (  )  const [inline]

Definition at line 57 of file int.hh.


Member Data Documentation

template<int i>
const int mln::metal::int_< i >::value = i [static]

Definition at line 48 of file int.hh.