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

◆ readOptional()

bool Ice::InputStream::readOptional ( std::int32_t tag,
OptionalFormat expectedFormat )
inline

Checks if an optional value is available for reading.

Parameters
tagThe tag associated with the value.
expectedFormatThe optional format for the value.
Returns
true if the value is present, false otherwise.

Definition at line 358 of file InputStream.h.