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

Function serialize

include/cereal/types/functional.hpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36{
37 //! Saving for std::less
38 template <class Archive, class T> inline
39 void serialize( Archive &, std::less<T> & )
40 { }
41} // namespace cereal
42
43#endif // CEREAL_TYPES_FUNCTIONAL_HPP_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected