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

◆ rewrite()

void Ice::OutputStream::rewrite ( std::int32_t v,
size_type pos )
inline

Overwrites a 32-bit integer value at the specified position in the stream.

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

Parameters
vThe value to marshal.
posThe buffer position for the value.

Definition at line 651 of file OutputStream.h.