Symphony Of Empires
Eng3D::Deser::Serializer<::std::pair< T, U > > Struct Template Reference

Pair serializers. More...

#include <serializer.hpp>

Public Types

template<bool is_const>
using type = typename CondConstType< is_const, ::std::pair< T, U > >::type
 

Static Public Member Functions

template<bool is_serialize>
static void deser_dynamic (Eng3D::Deser::Archive &ar, type< is_serialize > &obj)
 

Detailed Description

template<typename T, typename U>
struct Eng3D::Deser::Serializer<::std::pair< T, U > >

Pair serializers.

Definition at line 279 of file serializer.hpp.

Member Typedef Documentation

◆ type

template<typename T , typename U >
template<bool is_const>
using Eng3D::Deser::Serializer<::std::pair< T, U > >::type = typename CondConstType<is_const, ::std::pair<T, U> >::type

Definition at line 281 of file serializer.hpp.

Member Function Documentation

◆ deser_dynamic()

template<typename T , typename U >
template<bool is_serialize>
static void Eng3D::Deser::Serializer<::std::pair< T, U > >::deser_dynamic ( Eng3D::Deser::Archive ar,
type< is_serialize > &  obj 
)
inlinestatic

Definition at line 284 of file serializer.hpp.


The documentation for this struct was generated from the following file: