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

◆ decode()

template<typename T, typename E>
T DataStorm::Decoder< T, E >::decode ( const Ice::CommunicatorPtr & communicator,
const Ice::ByteSeq & value )
staticnoexcept

Decodes a value.

This method decodes the given byte sequence and returns the resulting value.

Parameters
communicatorThe communicator associated with the node.
valueThe byte sequence to decode.
Returns
The resulting value.

Definition at line 208 of file Types.h.