TPIE

2362a60
tpie::is_trivially_serializable< T > Struct Template Reference

Static Public Attributes

static bool const value
 

Detailed Description

template<typename T>
struct tpie::is_trivially_serializable< T >

Definition at line 88 of file serialization2.h.

Member Data Documentation

template<typename T >
bool const tpie::is_trivially_serializable< T >::value
static
Initial value:
=
(std::is_pod<T>::value || sizeof(magic<T>((T*)nullptr))==sizeof(char)) && !std::is_pointer<T>::value

Definition at line 96 of file serialization2.h.


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