Mixin class for safe bool conversion support (comparable classes) More...
#include <senf/Utils/safe_bool.hh>

Public Member Functions | |
| operator bool_type () const | |
| bool | operator! () const |
Protected Member Functions | |
| ~comparable_safe_bool () | |
Protected Member Functions inherited from senf::safe_bool_base | |
| void | this_type_does_not_support_comparisons () const |
| safe_bool_base () | |
| safe_bool_base (const safe_bool_base &) | |
| safe_bool_base & | operator= (const safe_bool_base &) |
| ~safe_bool_base () | |
Additional Inherited Members | |
Protected Types inherited from senf::safe_bool_base | |
| typedef void(safe_bool_base::* | bool_type) () const |
Mixin class for safe bool conversion support (comparable classes)
Definition at line 66 of file safe_bool.hh.
|
protected |
| senf::comparable_safe_bool< T >::operator bool_type | ( | ) | const |
| bool senf::comparable_safe_bool< T >::operator! | ( | ) | const |