mln::metal::bool_< true > Struct Template Reference
"true" type.
More...
#include <bool.hh>
List of all members.
|
Public Types |
typedef bool_< true > | check_t |
typedef bool_< true > | eval |
Public Member Functions |
std::string | name () const |
Static Public Member Functions |
static void | check () |
Static Public Attributes |
static const bool | value = true |
Detailed Description
template<>
struct mln::metal::bool_< true >
"true" type.
Definition at line 55 of file bool.hh.
Member Typedef Documentation
typedef bool_<true> mln::metal::bool_< true >::check_t |
typedef bool_<true> mln::metal::bool_< true >::eval |
Member Function Documentation
void mln::metal::true_::check |
( |
|
) |
[inline, static] |
std::string mln::metal::bool_< true >::name |
( |
|
) |
const [inline] |
Member Data Documentation
const bool mln::metal::bool_< true >::value = true [static] |