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

◆ startSize()

size_type Ice::OutputStream::startSize ( )
inline

Writes a placeholder value for the size and returns the starting position of the size value; after writing the data, call endSize to patch the placeholder with the actual size at the given position.

Returns
The starting position of the size value.

Definition at line 234 of file OutputStream.h.