MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / make_error_code

Function make_error_code

extern/boost/boost/system/errc.hpp:40–43  ·  view source on GitHub ↗

explicit conversion:

Source from the content-addressed store, hash-verified

38
39// explicit conversion:
40inline error_code make_error_code( errc_t e, boost::source_location const * loc ) BOOST_NOEXCEPT
41{
42 return error_code( e, generic_category(), loc );
43}
44
45// implicit conversion:
46BOOST_SYSTEM_CONSTEXPR inline error_condition make_error_condition( errc_t e ) BOOST_NOEXCEPT

Callers 2

error_code.hppFile · 0.50
error_codeFunction · 0.50

Calls 1

error_codeClass · 0.50

Tested by

no test coverage detected