Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
DataStorm::Decoder< T, Enabler > Struct Template Reference

The Decoder template provides a method to decode user types. More...

#include <DataStorm/DataStorm.h>

Static Public Member Functions

static T decode (const Ice::CommunicatorPtr &communicator, const Ice::ByteSeq &value) noexcept
 Decodes a value.

Detailed Description

template<typename T, typename Enabler = void>
struct DataStorm::Decoder< T, Enabler >

The Decoder template provides a method to decode user types.

The decoder template can be specialized to provide decoding for types that don't support being decoded with Ice. By default, the Ice decoding is used if no Decoder template specialization is provided for the type.

Definition at line 166 of file Types.h.


The documentation for this struct was generated from the following file: