Iterator to range containing single element. More...
#include <singleton_iterator.hpp>
Public Member Functions | |
singleton_iterator () | |
public constructor to satisfy the concept requirements. However one should use make_singleton_iterator_begin, make_singleton_iterator_end. | |
Friends | |
class | boost::iterator_core_access |
template<typename E > | |
singleton_iterator< E > | make_singleton_iterator_begin (E &&) |
template<typename E > | |
singleton_iterator< E > | make_singleton_iterator_end () |
function to create end of singleton_iterator More... | |
Iterator to range containing single element.
Elem |
Definition at line 30 of file singleton_iterator.hpp.
|
friend |
function to create end of singleton_iterator
Elem |
Definition at line 89 of file singleton_iterator.hpp.