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

Function output

include/boost/leaf/error.hpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24 template <class Encoder>
25 void output(Encoder & e, std::error_code const & x)
26 {
27 output_at(e, x.category().name(), "category");
28 output_at(e, x.value(), "value");
29 output_at(e, x.message(), "message");
30 }
31
32 template <class Encoder>
33 void output(Encoder & e, std::error_condition const & x)

Calls 3

nameMethod · 0.45
valueMethod · 0.45
messageMethod · 0.45

Tested by

no test coverage detected