Template Function csp::common::continuations::InvokeIfExceptionInChain(csp::common::LogSystem&, ExpectedCallable&&, UnexpectedCallable&&)
Defined in File ContinuationUtils.h
Function Documentation
-
template<typename ExpectedCallable, typename UnexpectedCallable>
inline auto csp::common::continuations::InvokeIfExceptionInChain(csp::common::LogSystem &LogSystem, ExpectedCallable &&InvokeIfExpectedErrorCallable, UnexpectedCallable &&InvokeIfUnexpectedErrorCallable)