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

Method handle_error

include/boost/leaf/handle_errors.hpp:475–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473template <class... E>
474template <class R, class... H>
475BOOST_LEAF_CONSTEXPR BOOST_LEAF_ALWAYS_INLINE
476R
477context<E...>::
478handle_error( error_id id, H && ... h ) const
479{
480 BOOST_LEAF_ASSERT(!is_active());
481 return detail::handle_error_<R>(*this, error_info(id, nullptr, this->get<e_source_location>(id)), std::forward<H>(h)...);
482}
483
484template <class... E>
485template <class R, class... H>

Callers

nothing calls this directly

Calls 2

is_activeFunction · 0.85
error_infoFunction · 0.70

Tested by

no test coverage detected