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

Function unload

include/boost/leaf/context.hpp:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 }
437
438 void unload(error_id id) noexcept(!BOOST_LEAF_CFG_CAPTURE)
439 {
440 BOOST_LEAF_ASSERT(!is_active());
441 tls::write_current_error_id(static_cast<unsigned>(id.value()));
442 detail::tuple_for_each<std::tuple_size<Tup>::value,Tup>::unload(tup_, id.value());
443 }
444
445 BOOST_LEAF_CONSTEXPR bool is_active() const noexcept
446 {

Callers 1

unloadMethod · 0.70

Calls 3

is_activeFunction · 0.85
write_current_error_idFunction · 0.50
valueMethod · 0.45

Tested by

no test coverage detected