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

A helper class for converting an std::array to JSON. More...

#include <Serialize.h>

Public Member Functions

json operator() (std::array< T, N > const &a)
 Json functor.
 

Detailed Description

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

A helper class for converting an std::array to JSON.


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