Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ serialize
Function
serialize
test/boost_json_encoder_test.cpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
template <class Handle, class T>
38
void serialize(Handle & h, T const & x, char const * name)
39
{
40
h.dispatch(
41
[&](boost_json_encoder & e) { output_at(e, x, name); }
42
);
43
}
44
45
}
46
Callers
1
main
Function · 0.70
Calls
1
dispatch
Method · 0.80
Tested by
no test coverage detected