Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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 952 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 953 of file serialize.h.


The documentation for this struct was generated from the following file:
Released under the MIT license