SDSL
3.0.0
Succinct Data Structure Library
|
Namespaces | |
traits | |
Classes | |
struct | BinaryData |
Functions | |
template<typename t1 , typename t2 > | |
void | make_nvp (t1 const &, t2 const &) |
template<typename t > | |
void | make_size_tag (t const &) |
template<typename t1 , typename t2 > | |
t1 | binary_data (t1 const &, t2 const &) |
t1 cereal::binary_data | ( | t1 const & | , |
t2 const & | |||
) |
Definition at line 68 of file cereal.hpp.
void cereal::make_nvp | ( | t1 const & | , |
t2 const & | |||
) |
Definition at line 60 of file cereal.hpp.
void cereal::make_size_tag | ( | t const & | ) |
Definition at line 64 of file cereal.hpp.