|
Hyper API for C++ 0.0.23576
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 498 of file Result.hpp.
| using hyperapi::ChunkedResultIterator::difference_type = std::ptrdiff_t |
Definition at line 502 of file Result.hpp.
| using hyperapi::ChunkedResultIterator::iterator_category = std::input_iterator_tag |
Definition at line 500 of file Result.hpp.
Definition at line 503 of file Result.hpp.
Definition at line 504 of file Result.hpp.
Definition at line 501 of file Result.hpp.
|
inlinenoexcept |
Constructs the end-iterator.
Definition at line 509 of file Result.hpp.
|
inlinenoexcept |
Returns a reference to the current value.
Definition at line 514 of file Result.hpp.
|
inlinenoexcept |
Returns a pointer to the current value.
Definition at line 517 of file Result.hpp.