Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_to
Function · 0.85
output_error_to
Function · 0.85
serialize_to
Function · 0.85
result.hpp
File · 0.85
Calls
2
write
Method · 0.80
serialize
Function · 0.70
Tested by
no test coverage detected