Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ readAll() [2/4]

template<typename T, typename... Te>
void Ice::InputStream::readAll ( std::initializer_list< std::int32_t > tags,
std::optional< T > & v,
std::optional< Te > &... ve )
inline

Reads a list of optional values from the stream.

Template Parameters
TThe type of the first value.
TeThe types of the remaining values.
Parameters
tagsThe tag list.
[out]vThe first unmarshaled value.
[out]veThe remaining unmarshaled values.

Definition at line 347 of file InputStream.h.