PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | List of all members
BitSetFormatter< N > Struct Template Reference

#include <serialize.h>

Public Member Functions

template<typename Stream >
void Ser (Stream &s, const std::vector< bool > &vec)
 
template<typename Stream >
void Unser (Stream &s, std::vector< bool > &vec)
 

Detailed Description

template<size_t N>
struct BitSetFormatter< N >

Definition at line 540 of file serialize.h.

Member Function Documentation

◆ Ser()

template<size_t N>
template<typename Stream >
void BitSetFormatter< N >::Ser ( Stream &  s,
const std::vector< bool > &  vec 
)
inline

Definition at line 543 of file serialize.h.

Here is the call graph for this function:

◆ Unser()

template<size_t N>
template<typename Stream >
void BitSetFormatter< N >::Unser ( Stream &  s,
std::vector< bool > &  vec 
)
inline

Definition at line 557 of file serialize.h.

Here is the call graph for this function:

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