Monero
Loading...
Searching...
No Matches
crypto::serialization::detail Namespace Reference

Functions

template<typename T>
void prepare_custom_vector_serialization (size_t size, std::vector< T > &vec, const boost::mpl::bool_< true > &)
template<typename T>
void prepare_custom_vector_serialization (size_t size, std::vector< T > &vec, const boost::mpl::bool_< false > &)
template<class Archive>
bool do_check_stream_state (Archive &ar, boost::mpl::bool_< true >, bool noeof)
template<class Archive>
bool do_check_stream_state (Archive &ar, boost::mpl::bool_< false >, bool noeof)

Function Documentation

◆ do_check_stream_state() [1/2]

template<class Archive>
bool crypto::serialization::detail::do_check_stream_state ( Archive & ar,
boost::mpl::bool_< false > ,
bool noeof )

◆ do_check_stream_state() [2/2]

template<class Archive>
bool crypto::serialization::detail::do_check_stream_state ( Archive & ar,
boost::mpl::bool_< true > ,
bool noeof )

◆ prepare_custom_vector_serialization() [1/2]

template<typename T>
void crypto::serialization::detail::prepare_custom_vector_serialization ( size_t size,
std::vector< T > & vec,
const boost::mpl::bool_< false > &  )

◆ prepare_custom_vector_serialization() [2/2]

template<typename T>
void crypto::serialization::detail::prepare_custom_vector_serialization ( size_t size,
std::vector< T > & vec,
const boost::mpl::bool_< true > &  )