Avro C++
Static Public Member Functions | List of all members
avro::codec_traits< std::array< uint8_t, N > > Struct Template Reference

codec_traits for Avro fixed. More...

#include <Specific.hh>

Static Public Member Functions

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

Detailed Description

template<size_t N>
struct avro::codec_traits< std::array< uint8_t, N > >

codec_traits for Avro fixed.


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