Classes | |
struct | ItValue |
Public Types | |
using | RawIterator = decltype(std::declval< Value >().begin()) |
using | iterator_category = std::forward_iterator_tag |
using | difference_type = std::ptrdiff_t |
using | value_type = ItValue |
using | reference = ItValue |
Public Member Functions | |
Iterator (RawIterator it) | |
Iterator (const Iterator &other)=default | |
Iterator (Iterator &&other) noexcept=default | |
Iterator & | operator= (const Iterator &other)=default |
Iterator & | operator= (Iterator &&other) noexcept=default |
ItValue | operator* () const |
Iterator | operator++ (int) |
Iterator & | operator++ () |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
using formats::common::ItemsWrapper< Value >::Iterator::difference_type = std::ptrdiff_t |
using formats::common::ItemsWrapper< Value >::Iterator::iterator_category = std::forward_iterator_tag |
using formats::common::ItemsWrapper< Value >::Iterator::RawIterator = decltype(std::declval<Value>().begin()) |
using formats::common::ItemsWrapper< Value >::Iterator::reference = ItValue |
using formats::common::ItemsWrapper< Value >::Iterator::value_type = ItValue |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |