Cupt
Public Types | Public Member Functions | List of all members
cupt::Range< IteratorT > Struct Template Reference
Inheritance diagram for cupt::Range< IteratorT >:

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 >
 

The documentation for this struct was generated from the following file: