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

Method serialize

include/tsl/ordered_set.h:767–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 */
766 template <class Serializer>
767 void serialize(Serializer& serializer) const {
768 m_ht.serialize(serializer);
769 }
770
771 /**
772 * Deserialize a previously serialized set through the `deserializer`

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36