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

Method name

src/codecvt_error_category.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51const char* codecvt_error_cat::name() const noexcept
52{
53 return "codecvt";
54}
55
56std::string codecvt_error_cat::message(int ev) const
57{

Callers 3

report_system_errorFunction · 0.45
report_filesystem_errorFunction · 0.45
report_error_codeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected