|
Hyper API for C++ 0.0.24081
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 428 of file Result.hpp.
|
inline |
Construct a Chunks object.
Definition at line 430 of file Result.hpp.
| Result& hyperapi::Chunks::result |
the result
Definition at line 434 of file Result.hpp.