|
NuriKit v0.1.0b2
|
#include <nuri/iterator.h>


Public Member Functions | |
| constexpr | ZippedIterator ()=default |
| constexpr | ZippedIterator (Iters... its) |
| template<size_t N = 0> | |
| constexpr auto | base () const |
| template<size_t N = sizeof...(Iters), std::enable_if_t< N==2, int > = 0> | |
| constexpr auto | first () const |
| template<size_t N = sizeof...(Iters), std::enable_if_t< N==2, int > = 0> | |
| constexpr auto | second () const |
Friends | |
| class | boost::iterator_core_access |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
friend |