MCPcopy Create free account
hub / github.com/boostorg/leaf / serialize_

Function serialize_

include/boost/leaf/error.hpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129{
130 template <class T>
131 void serialize_(diagnostics_writer & e, T const & x)
132 {
133 e.write(x);
134 }
135
136 template <class T>
137 void serialize_(encoder & e, T const & x)

Callers 5

serialize_to_Function · 0.85
serialize_toFunction · 0.85
output_error_toFunction · 0.85
serialize_toFunction · 0.85
result.hppFile · 0.85

Calls 2

writeMethod · 0.80
serializeFunction · 0.70

Tested by

no test coverage detected