Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes

mln::metal::bool_< true > Struct Template Reference

"true" type. More...

#include <bool.hh>

Inheritance diagram for mln::metal::bool_< true >:
Inheritance graph

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

Definition at line 57 of file bool.hh.

typedef bool_<true> mln::metal::bool_< true >::eval

Definition at line 59 of file bool.hh.


Member Function Documentation

void mln::metal::true_::check (  )  [inline, static]

Definition at line 84 of file bool.hh.

std::string mln::metal::bool_< true >::name (  )  const [inline]

Definition at line 61 of file bool.hh.


Member Data Documentation

const bool mln::metal::bool_< true >::value = true [static]

Definition at line 58 of file bool.hh.