A type erasure for types conforming to the oglplus::Range concept. More...
#include </home/chochlik/devel/oglplus/include/oglplus/opt/ranges.hpp>
Public Member Functions | |
| bool | Empty (void) const |
| Returns true if the range is empty. | |
| size_t | Size (void) const |
| Returns the number of Elements in the range. | |
| void | Next (void) |
| Goes to the next element in the range. | |
| ValueType | Front (void) const |
| Returns the element at the front of the range. | |
A type erasure for types conforming to the oglplus::Range concept.