SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
cereal Namespace Reference

Namespaces

namespace  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 &)
 

Function Documentation

◆ binary_data()

template<typename t1, typename t2>
t1 cereal::binary_data ( t1 const & ,
t2 const &  )

Definition at line 69 of file cereal.hpp.

◆ make_nvp()

template<typename t1, typename t2>
void cereal::make_nvp ( t1 const & ,
t2 const &  )

Definition at line 61 of file cereal.hpp.

◆ make_size_tag()

template<typename t>
void cereal::make_size_tag ( t const & )

Definition at line 65 of file cereal.hpp.