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

◆ readAll() [1/4]

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

Reads an optional value (single element list) from the stream.

Template Parameters
TThe type of the value.
Parameters
tagsThe tag list.
[out]vThe unmarshaled value.

Definition at line 335 of file InputStream.h.