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

Function report_error_code

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

Source from the content-addressed store, hash-verified

75 }
76
77 void report_error_code(const error_code& ec)
78 {
79 cout << " ec:\n"
80 << " value() is " << ec.value() << '\n'
81 << " category().name() is " << ec.category().name() << '\n'
82 << " message() is " << ec.message() << '\n'
83 ;
84 }
85
86 bool threw_exception;
87

Callers 1

mainFunction · 0.85

Calls 2

nameMethod · 0.80
messageMethod · 0.80

Tested by

no test coverage detected