HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_PairSerializable< V1, V2, PairT > Struct Template Reference

#include <UT_Serialization.h>

Static Public Member Functions

template<typename ARCHIVER_T >
static bool invoke (ARCHIVER_T &archiver, PairT< V1, V2 > &val)
 

Detailed Description

template<typename V1, typename V2, template< typename, typename > class PairT>
struct UT_PairSerializable< V1, V2, PairT >

std::pair serializable. This saves out the types as list of two items.

Definition at line 286 of file UT_Serialization.h.

Member Function Documentation

template<typename V1 , typename V2 , template< typename, typename > class PairT>
template<typename ARCHIVER_T >
static bool UT_PairSerializable< V1, V2, PairT >::invoke ( ARCHIVER_T &  archiver,
PairT< V1, V2 > &  val 
)
inlinestatic

Definition at line 289 of file UT_Serialization.h.


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