|
Iterator | begin () |
|
Iterator | end () |
|
const Iterator | begin () const |
|
const Iterator | end () const |
|
const Iterator | cbegin () const |
|
const Iterator | cend () const |
|
size_t | size () const |
|
bool | empty () const |
|
| IteratorRange (Iterator f, Iterator s) |
|
template<typename OtherIterator > |
| IteratorRange (const std::pair< OtherIterator, OtherIterator > ©From) |
|
template<typename OtherIterator > |
| operator IteratorRange< OtherIterator > () const |
|
|
decltype(*std::declval< Iterator >() | operator[] )(size_t index) const |
|
The documentation for this class was generated from the following files: