TPIE

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

Static Public Attributes

static bool constexpr value
 

Detailed Description

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

Definition at line 55 of file reflect.h.

Member Data Documentation

template<typename T >
bool constexpr tpie::is_trivially_serializable2< 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 63 of file reflect.h.


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