Avro C++
Static Public Member Functions | List of all members
avro::codec_traits< bool > Struct Reference

codec_traits for Avro boolean. More...

#include <Specific.hh>

Static Public Member Functions

static void encode (Encoder &e, bool b)
 Encodes a given value.
 
static void decode (Decoder &d, bool &b)
 Decodes into a given value.
 

Detailed Description

codec_traits for Avro boolean.


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