#include <stlsoft/util/operator_bool_adaptor.hpp>
is_open method. Range operators | |
| operator boolean_type () const | |
| Indicates whether the range is open. | |
Public Types | |
| typedef T | adapted_type |
| The adapted type. | |
| typedef operator_bool_adaptor< T > | class_type |
| The type of this instantiation. | |
Protected Member Functions | |
| operator_bool_adaptor () | |
| Default constructor. | |
| typedef T adapted_type |
The adapted type.
| typedef operator_bool_adaptor<T> class_type |
The type of this instantiation.
| operator_bool_adaptor | ( | ) | [inline, protected] |
Default constructor.
This is defined protected to ensure that the adaptor may only be used as a base class, and not instantiated directly
| operator boolean_type | ( | ) | const [inline] |
Indicates whether the range is open.
1.5.6