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

codec_traits for Avro string. More...

#include <Specific.hh>

List of all members.

Static Public Member Functions

static void encode (Encoder &e, const std::string &s)
 Encodes a given value.
static void decode (Decoder &d, std::string &s)
 Decodes into a given value.

Detailed Description

template<>
struct avro::codec_traits< std::string >

codec_traits for Avro string.


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