MCPcopy Create free account
hub / github.com/USCiLab/cereal / load_and_construct

Method load_and_construct

include/cereal/access.hpp:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected