cereal
A C++11 library for serialization
|
Determines whether the class T can be default constructed by cereal::access. More...
#include </home/shane/workspace/cereal/include/cereal/details/traits.hpp>
Static Public Member Functions | |
template<class TT > | |
static auto | test (int) -> decltype(cereal::access::construct< TT >(), yes()) |
template<class > | |
static no | test (...) |
Static Public Attributes | |
static const bool | value = std::is_same<decltype(test<T>(0)), yes>::value |
Determines whether the class T can be default constructed by cereal::access.