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

Function new_error

include/boost/leaf/error.hpp:803–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803BOOST_LEAF_ATTRIBUTE_NODISCARD inline error_id new_error()
804{
805 return detail::make_error_id(detail::start_new_error());
806}
807
808template <class... Item>
809BOOST_LEAF_ATTRIBUTE_NODISCARD inline error_id new_error( Item && ... item )

Callers 15

f1Function · 0.85
f2Function · 0.85
f3Function · 0.85
f4Function · 0.85
f5Function · 0.85
convertFunction · 0.85
do_workFunction · 0.85
f1Function · 0.85
f2Function · 0.85
f3Function · 0.85
f4Function · 0.85
f5Function · 0.85

Calls 3

make_error_idFunction · 0.85
start_new_errorFunction · 0.85
loadMethod · 0.80

Tested by 15

f0Function · 0.68
f1Function · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
testFunction · 0.68
test_voidFunction · 0.68
mainFunction · 0.68
f1Function · 0.68
g2Function · 0.68
mainFunction · 0.68
mainFunction · 0.68