Classdesc 3.44
Exclude< bool > Struct Reference
Inheritance diagram for Exclude< bool >:
Inheritance graph
Collaboration diagram for Exclude< bool >:
Collaboration graph

Public Types

typedef bool & RefType
typedef const bool & ConstRefType
typedef conditional< is_class< bool >::value, ExcludeClass< bool >, ExcludeFundamental< bool > >::bool Super

Public Member Functions

template<class U>
 Exclude (const U &x)
template<class U>
bool operator= (const U &x)
template<class U>
 operator U () const
 operator RefType ()
 operator ConstRefType () const
bool operator&& (const bool &x) const
bool operator|| (const bool &x) const
bool operator&= (const bool &x)
bool operator|= (const bool &x)
bool operator! () const
 Exclude (const U &x)
const bool & operator= (const U &x)

Public Attributes

bool val

The documentation for this struct was generated from the following file: