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

◆ write() [16/17]

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

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

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

Parameters
vThe integer value to marshal.
destThe buffer destination for the integer value.