Public Member Functions | |
| const ConstByteSpan & | operator* () const |
| const ConstByteSpan * | operator-> () const |
Public Member Functions inherited from pw::containers::WrappedIterator< iterator, internal::test::PacketsView::iterator, ConstByteSpan > | |
| 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 | PayloadsView |
Additional Inherited Members | |
Public Types inherited from pw::containers::WrappedIterator< iterator, internal::test::PacketsView::iterator, ConstByteSpan > | |
| using | difference_type = std::ptrdiff_t |
| using | value_type = ConstByteSpan |
| using | pointer = ConstByteSpan * |
| using | reference = ConstByteSpan & |
| using | iterator_category = std::bidirectional_iterator_tag |
Protected Member Functions inherited from pw::containers::WrappedIterator< iterator, internal::test::PacketsView::iterator, ConstByteSpan > | |
| constexpr | WrappedIterator (const internal::test::PacketsView::iterator &it) |
| const auto & | value () const |
| const auto * | ptr () const |