Equity
Bitcoin Protocol Library
Public Member Functions | List of all members
P2p::SerializeArrayImpl< T, N > Struct Template Reference

A helper class for serialization of an std::array. More...

#include <Serialize.h>

Public Member Functions

void operator() (std::array< T, N > const &a, std::vector< uint8_t > &out)
 Serialization functor.
 

Detailed Description

template<typename T, size_t N>
struct P2p::SerializeArrayImpl< T, N >

A helper class for serialization of an std::array.


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