|
NDDEM
|
Determines whether the class T can be default constructed by cereal::access. More...
#include <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.
|
static |
|
static |
|
static |