#include <serialize.h>
|
| template<typename Stream > |
| void | Ser (Stream &s, const std::vector< bool > &vec) |
| |
| template<typename Stream > |
| void | Unser (Stream &s, std::vector< bool > &vec) |
| |
template<size_t N>
struct BitSetFormatter< N >
Definition at line 540 of file serialize.h.
◆ Ser()
template<size_t N>
template<typename Stream >
| void BitSetFormatter< N >::Ser |
( |
Stream & |
s, |
|
|
const std::vector< bool > & |
vec |
|
) |
| |
|
inline |
◆ Unser()
template<size_t N>
template<typename Stream >
The documentation for this struct was generated from the following file: