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.
v | The integer value to marshal. |
dest | The buffer destination for the integer value. |