SDSL  3.0.0
Succinct Data Structure Library
cereal Namespace Reference

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

Function Documentation

◆ binary_data()

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

Definition at line 68 of file cereal.hpp.

◆ make_nvp()

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

Definition at line 60 of file cereal.hpp.

◆ make_size_tag()

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

Definition at line 64 of file cereal.hpp.