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

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

#include <Serialize.h>

Public Member Functions

operator() (uint8_t const *&in, size_t &size)
 Deserialization functor.
 

Detailed Description

template<typename T>
struct P2p::DeserializeArrayImpl< T >

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

Note
The reason for this ridiculous code is that partial template specialization is not allowed with functions

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