| 318 | } |
| 319 | |
| 320 | template <class T> inline |
| 321 | static std::false_type load_and_construct(...) |
| 322 | { return std::false_type(); } |
| 323 | |
| 324 | template<class T, class Archive> inline |
| 325 | static auto load_and_construct(Archive & ar, ::cereal::construct<T> & construct) -> decltype(T::load_and_construct(ar, construct)) |
nothing calls this directly
no outgoing calls
no test coverage detected