TPIE

v1.1rc1-6-g0c97303
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 92 of file serialization2.h.

Member Data Documentation

template<typename T >
bool const tpie::is_trivially_serializable< T >::value
static
Initial value:
=
boost::is_pod<T>::value || sizeof(magic<T>((T*)0))==sizeof(char)

Definition at line 100 of file serialization2.h.


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