Electroneum
Namespaces | Functions
vector.h File Reference
#include "serialization.h"
Include dependency graph for vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 serialization
 
 serialization::detail
 

Functions

template<template< bool > class Archive, class T >
bool do_serialize (Archive< false > &ar, std::vector< T > &v)
 
template<template< bool > class Archive, class T >
bool do_serialize (Archive< true > &ar, std::vector< T > &v)
 
template<typename Archive , class T >
bool serialization::detail::serialize_vector_element (Archive &ar, T &e)
 
template<typename Archive >
bool serialization::detail::serialize_vector_element (Archive &ar, uint32_t &e)
 
template<typename Archive >
bool serialization::detail::serialize_vector_element (Archive &ar, uint64_t &e)
 

Function Documentation

◆ do_serialize() [1/2]

template<template< bool > class Archive, class T >
bool do_serialize ( Archive< false > &  ar,
std::vector< T > &  v 
)

◆ do_serialize() [2/2]

template<template< bool > class Archive, class T >
bool do_serialize ( Archive< true > &  ar,
std::vector< T > &  v 
)