proxygen
folly::exception_wrapper_detail::catch_fn< Ex, Fn > Struct Template Reference

#include <ExceptionWrapper-inl.h>

Public Member Functions

auto operator() (Ex &ex)
 

Public Attributes

Fn fn_
 

Detailed Description

template<class Ex, class Fn>
struct folly::exception_wrapper_detail::catch_fn< Ex, Fn >

Definition at line 619 of file ExceptionWrapper-inl.h.

Member Function Documentation

template<class Ex , class Fn >
auto folly::exception_wrapper_detail::catch_fn< Ex, Fn >::operator() ( Ex &  ex)
inline

Definition at line 621 of file ExceptionWrapper-inl.h.

621  {
622  return fn_(ex);
623  }

Member Data Documentation

template<class Ex , class Fn >
Fn folly::exception_wrapper_detail::catch_fn< Ex, Fn >::fn_

Definition at line 620 of file ExceptionWrapper-inl.h.


The documentation for this struct was generated from the following file: