PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | List of all members
SerializeTuple< Stream, index, Ts > Struct Template Reference

tuple More...

#include <serialize.h>

Public Member Functions

void operator() (Stream &s, std::tuple< Ts... > &t)
 

Detailed Description

template<typename Stream, int index, typename... Ts>
struct SerializeTuple< Stream, index, Ts >

tuple

Definition at line 1173 of file serialize.h.

Member Function Documentation

◆ operator()()

template<typename Stream , int index, typename... Ts>
void SerializeTuple< Stream, index, Ts >::operator() ( Stream &  s,
std::tuple< Ts... > &  t 
)
inline

Definition at line 1174 of file serialize.h.


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