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

mln::metal::not_equal< T1, T2 > Struct Template Reference

#include <not_equal.hh>

Inheritance diagram for mln::metal::not_equal< T1, T2 >:
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 T1, typename T2>
struct mln::metal::not_equal< T1, T2 >

Definition at line 48 of file not_equal.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.