proxygen
folly::exception_wrapper::IsRegularExceptionType< T > Struct Template Reference
Inheritance diagram for folly::exception_wrapper::IsRegularExceptionType< T >:
folly::StrictConjunction< std::is_copy_constructible< T >, Negation< std::is_base_of< exception_wrapper, T > >, Negation< std::is_abstract< T > > >

Detailed Description

template<class T>
struct folly::exception_wrapper::IsRegularExceptionType< T >

Definition at line 355 of file ExceptionWrapper.h.


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