Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
size
Method · 0.45
data
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected