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

Function check_handler_

include/boost/leaf/handle_errors.hpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370{
371 template <class Tup, class... A>
372 BOOST_LEAF_CONSTEXPR inline bool check_handler_( Tup & tup, error_info const & ei, leaf_detail_mp11::mp_list<A...> ) noexcept
373 {
374 return check_arguments<Tup, A...>::check(tup, ei);
375 }
376
377 template <class R, class F, bool IsResult = is_result_type<R>::value, class FReturnType = fn_return_type<F>>
378 struct handler_caller

Callers 1

type handle_error_Method · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected