#include <memory>
#include "serialization.h"
Go to the source code of this file.
|
| template<typename Archive , class T > |
| bool | serialization::detail::serialize_pair_element (Archive &ar, T &e) |
| |
| template<typename Archive > |
| bool | serialization::detail::serialize_pair_element (Archive &ar, uint64_t &e) |
| |
| template<template< bool > class Archive, class F , class S > |
| bool | do_serialize (Archive< false > &ar, std::pair< F, S > &p) |
| |
| template<template< bool > class Archive, class F , class S > |
| bool | do_serialize (Archive< true > &ar, std::pair< F, S > &p) |
| |
◆ do_serialize() [1/2]
template<template< bool > class Archive, class F , class S >
| bool do_serialize |
( |
Archive< false > & |
ar, |
|
|
std::pair< F, S > & |
p |
|
) |
| |
|
inline |
Definition at line 55 of file pair.h.
59 if (!ar.stream().good())
66 if (!ar.stream().good())
71 if (!ar.stream().good())
bool serialize_pair_element(Archive &ar, T &e)
◆ do_serialize() [2/2]
template<template< bool > class Archive, class F , class S >
| bool do_serialize |
( |
Archive< true > & |
ar, |
|
|
std::pair< F, S > & |
p |
|
) |
| |
|
inline |
Definition at line 79 of file pair.h.
82 if (!ar.stream().good())
86 if (!ar.stream().good())
91 if (!ar.stream().good())
bool serialize_pair_element(Archive &ar, T &e)