#include <stlsoft/util/trip_bool.hpp>
Public Types | |
Member Types and Constants | |
| enum | { value = V } |
| typedef bool | value_type |
| The value type. | |
| typedef trip_bool< V > | class_type |
| The current instantiation of the template. | |
Public Member Functions | |
Construction | |
| trip_bool (bool v=!V) | |
| Constructs an instance of the class. | |
Accessors | |
| operator value_type () const | |
Operations | |
| void | trip () |
| typedef bool value_type |
The value type.
| typedef trip_bool<V> class_type |
The current instantiation of the template.
Constructs an instance of the class.
| v | The initial value of the trip instance. Defaults to !V |
1.5.6