|
proxygen
|
Public Member Functions | |
| template<typename S = T, typename = decltype(S())> | |
| constexpr | Storage () noexcept(noexcept(T())) |
| template<typename... Args, typename = decltype(T(std::declval<Args>()...))> | |
| constexpr | Storage (Args &&...args) noexcept(noexcept(T(std::declval< Args >()...))) |
| ~Storage () | |
Public Attributes | |
| T | value |
Definition at line 160 of file Indestructible.h.
|
inlinenoexcept |
|
inlineexplicitnoexcept |
Definition at line 167 of file Indestructible.h.
|
inline |
Definition at line 171 of file Indestructible.h.
| T folly::Indestructible< T >::Storage::value |
Definition at line 161 of file Indestructible.h.
Referenced by folly::Indestructible< T >::get(), and folly::Indestructible< T >::operator=().