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

Function activate_context

include/boost/leaf/context.hpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 BOOST_LEAF_CONSTEXPR R handle_error( error_id, H && ... );
462
463 friend BOOST_LEAF_CONSTEXPR BOOST_LEAF_ALWAYS_INLINE raii_deactivator activate_context(context & ctx) noexcept
464 {
465 return raii_deactivator(ctx);
466 }
467}; // template context
468
469////////////////////////////////////////

Callers 12

fFunction · 0.85
mainFunction · 0.85
fFunction · 0.85
fFunction · 0.85
fFunction · 0.85
fFunction · 0.85
mainFunction · 0.85
type try_handle_allMethod · 0.85
try_handle_someFunction · 0.85
try_handle_allFunction · 0.85
type try_handle_someMethod · 0.85
try_catchFunction · 0.85

Calls 1

raii_deactivatorClass · 0.85

Tested by 7

fFunction · 0.68
mainFunction · 0.68
fFunction · 0.68
fFunction · 0.68
fFunction · 0.68
fFunction · 0.68
mainFunction · 0.68