senf::comparable_safe_bool< T > Class Template Reference

Mixin class for safe bool conversion support (comparable classes). More...

#include <senf/Utils/safe_bool.hh>

Inheritance diagram for senf::comparable_safe_bool< T >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<typename T>
class senf::comparable_safe_bool< T >

Mixin class for safe bool conversion support (comparable classes).
See also:
safe_bool

Definition at line 60 of file safe_bool.hh.


Public Member Functions

  operator bool_type () const
bool  operator! () const

Protected Member Functions

  ~comparable_safe_bool ()

Constructor & Destructor Documentation

template<typename T >
senf::comparable_safe_bool< T >::~
~comparable_safe_bool ()

Definition at line 49 of file safe_bool.cti.


Member Function Documentation

template<typename T >
senf::comparable_safe_bool< T >::operator
bool_type ()

Definition at line 34 of file safe_bool.cti.

template<typename T >
bool senf::comparable_safe_bool< T >::
operator! ()

Definition at line 42 of file safe_bool.cti.


The documentation for this class was generated from the following files: