FotoSHOCK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Classes | Static Public Attributes | List of all members
FotoSHOCKcore::Serialization_internal::HasSerialize< T > Class Template Reference

Class for checking whether the type implementes the serialize() function using SFINAE. More...

#include <Serialization_internal.hpp>

Static Public Attributes

static const bool value = sizeof(test<T>(0)) == sizeof(yes)
 

Detailed Description

template<typename T>
class FotoSHOCKcore::Serialization_internal::HasSerialize< T >

Class for checking whether the type implementes the serialize() function using SFINAE.


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