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) |
Class for checking whether the type implementes the serialize() function using SFINAE.