Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
A tag that makes a result iterable in chunks. More...
#include <Result.hpp>
Public Member Functions | |
Chunks (Result &result) | |
Construct a Chunks object. | |
Public Attributes | |
Result & | result |
the result | |
A tag that makes a result iterable in chunks.
Definition at line 435 of file Result.hpp.
|
inline |
Construct a Chunks object.
Definition at line 437 of file Result.hpp.
Result& hyperapi::Chunks::result |
the result
Definition at line 441 of file Result.hpp.