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

◆ rewriteSize()

void Ice::OutputStream::rewriteSize ( std::int32_t v,
Container::iterator dest )
inline

Replaces a size value at the specified position in the stream.

This function does not change the stream's current position.

Parameters
vA non-negative integer representing the size.
destThe buffer destination for the size.

Definition at line 217 of file OutputStream.h.