MCPcopy Create free account
hub / github.com/boostorg/filesystem / report_error_code

Function report_error_code

example/error_demo.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void report_error_code(const error_code& ec)
85{
86 cout << " ec:\n"
87 << " value() is " << ec.value() << '\n'
88 << " category().name() is " << ec.category().name() << '\n'
89 << " message() is " << ec.message() << '\n';
90}
91
92bool threw_exception;
93

Callers 1

mainFunction · 0.85

Calls 2

nameMethod · 0.45
messageMethod · 0.45

Tested by

no test coverage detected