LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "zip.h"
Public Types | |
using | difference_type = std::ptrdiff_t |
using | reference = std::tuple<> |
using | value_type = std::remove_cv_t< reference > |
using | pointer = std::add_pointer_t< std::remove_reference_t< reference >> |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
zip_iterator ()=default | |
std::tuple | operator* () const |
this_iterator_t & | operator++ () |
Increments all the iterators. More... | |
this_iterator_t | operator++ (int) |
template<std::size_t OtherLead, typename... OtherIter> | |
bool | operator!= (zip_iterator< OtherLead, OtherIter... > const &other) const |
template<std::size_t OtherLead, typename... OtherIter> | |
bool | operator== (zip_iterator< OtherLead, OtherIter... > const &other) const |
Private Types | |
using | this_iterator_t = zip_iterator< Lead > |
Type of this object. More... | |
using util::details::zip_iterator< Lead >::difference_type = std::ptrdiff_t |
using util::details::zip_iterator< Lead >::iterator_category = std::forward_iterator_tag |
using util::details::zip_iterator< Lead >::pointer = std::add_pointer_t<std::remove_reference_t<reference>> |
using util::details::zip_iterator< Lead >::reference = std::tuple<> |
|
private |
using util::details::zip_iterator< Lead >::value_type = std::remove_cv_t<reference> |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 244 of file zip.h.
References util::details::zip_iterator< Lead, Iters >::operator++().
|
inline |