Public Member Functions | |
| const Status & | operator* () const |
| const Status * | operator-> () const |
Public Member Functions inherited from pw::containers::WrappedIterator< iterator, internal::test::PacketsView::iterator, Status > | |
| constexpr | WrappedIterator (const WrappedIterator &)=default |
| constexpr WrappedIterator & | operator= (const WrappedIterator &)=default |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| constexpr bool | operator== (const WrappedIterator &other) const |
| constexpr bool | operator!= (const WrappedIterator &other) const |
Friends | |
| class | StatusView |
Additional Inherited Members | |
Public Types inherited from pw::containers::WrappedIterator< iterator, internal::test::PacketsView::iterator, Status > | |
| using | difference_type = std::ptrdiff_t |
| using | value_type = Status |
| using | pointer = Status * |
| using | reference = Status & |
| using | iterator_category = std::bidirectional_iterator_tag |
Protected Member Functions inherited from pw::containers::WrappedIterator< iterator, internal::test::PacketsView::iterator, Status > | |
| constexpr | WrappedIterator (const internal::test::PacketsView::iterator &it) |
| const auto & | value () const |
| const auto * | ptr () const |