#include <join.hpp>
Public Types | |
typedef iterator_range< IteratorT > | type |
typedef BOOST_DEDUCED_TYPENAME safe_bool_t::unspecified_bool_type | unspecified_bool_type |
typedef BOOST_DEDUCED_TYPENAME iterator_value< IteratorT > ::type | value_type |
typedef BOOST_DEDUCED_TYPENAME iterator_difference< IteratorT > ::type | difference_type |
typedef std::size_t | size_type |
typedef BOOST_DEDUCED_TYPENAME iterator_reference< IteratorT > ::type | reference |
typedef IteratorT | const_iterator |
const_iterator type More... | |
typedef IteratorT | iterator |
iterator type More... | |
Public Member Functions | |
joined_range (SinglePassRange1 &rng1, SinglePassRange2 &rng2) | |
iterator_range & | advance_begin (BOOST_DEDUCED_TYPENAME base_type::difference_type n) |
iterator_range & | advance_end (BOOST_DEDUCED_TYPENAME base_type::difference_type n) |
IteratorT | begin () const |
IteratorT | end () const |
bool | empty () const |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | equal (const iterator_range_base &r) const |
reference | front () const |
void | drop_front () |
void | drop_front (difference_type n) |
void | pop_front () |
Protected Types | |
typedef iterator_range_detail::iterator_range_impl < IteratorT > | impl |
typedef iterator_range | iterator_range_ |
Protected Member Functions | |
void | assign (Iterator first, Iterator last) |
void | assign (const SinglePassRange &r) |
void | assign (SinglePassRange &r) |
Protected Attributes | |
IteratorT | m_Begin |
IteratorT | m_End |
|
inherited |
const_iterator type
There is no distinction between const_iterator and iterator. These typedefs are provides to fulfill container interface
|
inherited |
|
protectedinherited |
|
inherited |
iterator type
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |