Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
hyperapi::Chunks Struct Reference

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

Resultresult
 the result
 

Detailed Description

A tag that makes a result iterable in chunks.

Definition at line 434 of file Result.hpp.

Constructor & Destructor Documentation

◆ Chunks()

hyperapi::Chunks::Chunks ( Result result)
inline

Construct a Chunks object.

Definition at line 436 of file Result.hpp.

Member Data Documentation

◆ result

Result& hyperapi::Chunks::result

the result

Definition at line 440 of file Result.hpp.


The documentation for this struct was generated from the following file: