proxygen
folly::exception_wrapper::AnyException Struct Reference
Inheritance diagram for folly::exception_wrapper::AnyException:

Public Member Functions

template<class T >
 AnyException (T &&t) noexcept
 

Public Attributes

std::type_info const * typeinfo_
 

Detailed Description

Definition at line 164 of file ExceptionWrapper.h.

Constructor & Destructor Documentation

template<class T >
folly::exception_wrapper::AnyException::AnyException ( T &&  t)
inlinenoexcept

Definition at line 167 of file ExceptionWrapper.h.

167 : typeinfo_(&typeid(t)) {}

Member Data Documentation

std::type_info const* folly::exception_wrapper::AnyException::typeinfo_

Definition at line 165 of file ExceptionWrapper.h.


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