| 
    cereal
    
   A C++11 library for serialization 
   | 
 
Determines whether the class T can be default constructed by cereal::access. More...
#include </build/libcereal-9b1UwT/libcereal-1.3.2+dfsg/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.
 1.9.4