TermOx
Public Member Functions | List of all members
ox::Range< Iter_1, Iter_2 > Struct Template Reference

Holds [begin, end) half-open range of iterators and provides access. More...

#include <range.hpp>

Public Member Functions

constexpr Range (Iter_1 begin, Iter_2 end)
 
constexpr auto begin () const
 Return the iterator to the beginning of the Range.
 
constexpr auto end () const
 Return the iterator to the end of the Range.
 

Detailed Description

template<typename Iter_1, typename Iter_2>
struct ox::Range< Iter_1, Iter_2 >

Holds [begin, end) half-open range of iterators and provides access.


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