NDDEM
Namespaces | Enumerations | Functions
bitset.hpp File Reference

Support for types found in <bitset> More...

#include "cereal/cereal.hpp"
#include "cereal/types/string.hpp"
#include <bitset>

Go to the source code of this file.

Namespaces

 cereal
 in certain simple scenarios. They should probably not be used if maximizing performance is the main objective.
 
 cereal::bitset_detail
 

Enumerations

enum class  cereal::bitset_detail::type : uint8_t { cereal::bitset_detail::ulong , cereal::bitset_detail::ullong , cereal::bitset_detail::string , cereal::bitset_detail::bits }
 The type the bitset is encoded with. More...
 

Functions

template<class Archive , size_t N, traits::EnableIf< traits::is_output_serializable< BinaryData< std::uint32_t >, Archive >::value > = traits::sfinae>
void cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::bitset< N > const &bits)
 Serializing (save) for std::bitset when BinaryData optimization supported. More...
 
template<class Archive , size_t N>
void cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::bitset< N > &bits)
 Serializing (load) for std::bitset. More...
 

Detailed Description

Support for types found in <bitset>