#include <ExceptionWrapper-inl.h>
|
template<class ThrowFn , class CatchFn , FOLLY_REQUIRES(!IsCatchAll< CatchFn >::value) > |
auto | operator() (ThrowFn &&th, CatchFn &ca) const |
|
template<class ThrowFn , class CatchFn , FOLLY_REQUIRES(IsCatchAll< CatchFn >::value) > |
auto | operator() (ThrowFn &&th, CatchFn &ca) const |
|
template<bool IsConst>
struct folly::exception_wrapper::HandleReduce< IsConst >
Definition at line 495 of file ExceptionWrapper-inl.h.
template<bool IsConst>
template<class ThrowFn , class CatchFn , FOLLY_REQUIRES(!IsCatchAll< CatchFn >::value) >
template<bool IsConst>
template<class ThrowFn , class CatchFn , FOLLY_REQUIRES(IsCatchAll< CatchFn >::value) >
The documentation for this struct was generated from the following file: