|
Cupt
|
Public Types | |
| typedef std::pair< IteratorT, IteratorT > | Base |
| typedef std::decay< decltype(*std::declval< IteratorT >())>::type | Value |
| typedef IteratorT | Iterator |
Public Member Functions | |
| Range (const IteratorT &from, const IteratorT &to) | |
| IteratorT | begin () const |
| IteratorT | end () const |
| auto | asVector () const -> std::vector< Value > |