Avro C++
Static Public Member Functions
avro::codec_traits< std::vector< T > > Struct Template Reference

codec_traits for Avro arrays. More...

#include <Specific.hh>

List of all members.

Static Public Member Functions

static void encode (Encoder &e, const std::vector< T > &b)
 Encodes a given value.
static void decode (Decoder &d, std::vector< T > &s)
 Decodes into a given value.

Detailed Description

template<typename T>
struct avro::codec_traits< std::vector< T > >

codec_traits for Avro arrays.


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