MCPcopy 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
37template <class Handle, class T>
38void 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

mainFunction · 0.70

Calls 1

dispatchMethod · 0.80

Tested by

no test coverage detected