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

Method serialize_impl

tests/utils.h:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 private:
276 template <typename T, typename U>
277 void serialize_impl(const std::pair<T, U>& val) {
278 serialize_impl(val.first);
279 serialize_impl(val.second);
280 }
281
282 void serialize_impl(const std::string& val) {
283 serialize_impl(

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
dataMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected