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

mln::metal::is_not_ref< T > Struct Template Reference

#include <is_not_ref.hh>

Inheritance diagram for mln::metal::is_not_ref< T >:
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<typename T>
struct mln::metal::is_not_ref< T >

Definition at line 48 of file is_not_ref.hh.


Member Typedef Documentation

typedef bool_<true> mln::metal::bool_< true >::check_t [inherited]

Definition at line 57 of file bool.hh.

typedef bool_<true> mln::metal::bool_< true >::eval [inherited]

Definition at line 59 of file bool.hh.


Member Function Documentation

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

Definition at line 84 of file bool.hh.

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

Definition at line 61 of file bool.hh.


Member Data Documentation

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

Definition at line 58 of file bool.hh.