MCPcopy Create free account
hub / github.com/Tessil/ordered-map / serialize

Method serialize

include/tsl/ordered_map.h:932–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930 */
931 template <class Serializer>
932 void serialize(Serializer& serializer) const {
933 m_ht.serialize(serializer);
934 }
935
936 /**
937 * Deserialize a previously serialized map through the `deserializer`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected