|
Hyper API for C++ 0.0.24081
Hyper client library for C++ applications
|
Iterates over a hyperapi::Result in hyperapi::Chunk.
More...
#include <Result.hpp>
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = Chunk |
| using | difference_type = std::ptrdiff_t |
| using | pointer = Chunk * |
| using | reference = Chunk & |
Public Member Functions | |
| ChunkedResultIterator (Result &result, IteratorBeginTag) | |
| Constructs the begin-iterator. | |
| ChunkedResultIterator (Result &result, IteratorEndTag) noexcept | |
| Constructs the end-iterator. | |
| reference | operator* () noexcept |
| Returns a reference to the current value. | |
| pointer | operator-> () noexcept |
| Returns a pointer to the current value. | |
| ChunkedResultIterator & | operator++ () |
| Advances the iterator. | |
Iterates over a hyperapi::Result in hyperapi::Chunk.
Definition at line 491 of file Result.hpp.
| using hyperapi::ChunkedResultIterator::difference_type = std::ptrdiff_t |
Definition at line 495 of file Result.hpp.
| using hyperapi::ChunkedResultIterator::iterator_category = std::input_iterator_tag |
Definition at line 493 of file Result.hpp.
Definition at line 496 of file Result.hpp.
Definition at line 497 of file Result.hpp.
Definition at line 494 of file Result.hpp.
|
inlinenoexcept |
Constructs the end-iterator.
Definition at line 502 of file Result.hpp.
|
inlinenoexcept |
Returns a reference to the current value.
Definition at line 507 of file Result.hpp.
|
inlinenoexcept |
Returns a pointer to the current value.
Definition at line 510 of file Result.hpp.