MADNESS  version 0.9
Static Public Attributes | List of all members
madness::is_serializable< T > Struct Template Reference

This defines stuff that is serialiable by default rules ... basically anything contiguous. More...

#include <typestuff.h>

Static Public Attributes

static const bool value = std::is_fundamental<T>::value || std::is_member_function_pointer<T>::value || std::is_function<T>::value || std::is_function<typename std::remove_pointer<T>::type>::value
 

Detailed Description

template<typename T>
struct madness::is_serializable< T >

This defines stuff that is serialiable by default rules ... basically anything contiguous.

Member Data Documentation

template<typename T >
const bool madness::is_serializable< T >::value = std::is_fundamental<T>::value || std::is_member_function_pointer<T>::value || std::is_function<T>::value || std::is_function<typename std::remove_pointer<T>::type>::value
static

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