|
using | Storage = _t< std::aligned_storage< 2 *sizeof(void *), alignof(std::exception)>> |
|
|
| Buffer () |
|
template<class Ex , typename... As> |
| Buffer (in_place_type_t< Ex >, As &&...as_) |
|
template<class Ex > |
Ex & | as () noexcept |
|
template<class Ex > |
Ex const & | as () const noexcept |
|
Definition at line 222 of file ExceptionWrapper.h.
folly::exception_wrapper::Buffer::Buffer |
( |
| ) |
|
|
inline |
template<class Ex , typename... As>
folly::exception_wrapper::Buffer::Buffer |
( |
in_place_type_t< Ex > |
, |
|
|
As &&... |
as_ |
|
) |
| |
|
inline |
template<class Ex >
Ex & folly::exception_wrapper::Buffer::as |
( |
| ) |
|
|
inlinenoexcept |
template<class Ex >
Ex const & folly::exception_wrapper::Buffer::as |
( |
| ) |
const |
|
inlinenoexcept |
Storage folly::exception_wrapper::Buffer::buff_ |
The documentation for this struct was generated from the following files: