proxygen
folly::Indestructible< T > Member List

This is the complete list of members for folly::Indestructible< T >, including all inherited members.

check() const noexceptfolly::Indestructible< T >inlineprivate
erased_folly::Indestructible< T >private
get() noexceptfolly::Indestructible< T >inline
get() const noexceptfolly::Indestructible< T >inline
Indestructible() noexcept(noexcept(T()))folly::Indestructible< T >inline
Indestructible(U &&u) noexcept(noexcept(T(std::declval< U >())))folly::Indestructible< T >inlineexplicit
Indestructible(U &&u) noexcept(noexcept(T(std::declval< U >())))folly::Indestructible< T >inline
Indestructible(Args &&...args) noexcept(noexcept(T(std::declval< Args >()...)))folly::Indestructible< T >inlineexplicit
Indestructible(std::initializer_list< U > il, Args...args) noexcept(noexcept(T(std::declval< std::initializer_list< U > & >(), std::declval< Args >()...)))folly::Indestructible< T >inlineexplicit
Indestructible(Indestructible const &)=deletefolly::Indestructible< T >
Indestructible(Indestructible &&other) noexcept(noexcept(T(std::declval< T >())))folly::Indestructible< T >inline
operator*() noexceptfolly::Indestructible< T >inline
operator*() const noexceptfolly::Indestructible< T >inline
operator->() noexceptfolly::Indestructible< T >inline
operator->() const noexceptfolly::Indestructible< T >inline
operator=(Indestructible const &)=deletefolly::Indestructible< T >
operator=(Indestructible &&other) noexcept(noexcept(T(std::declval< T >())))folly::Indestructible< T >inline
storage_folly::Indestructible< T >private
~Indestructible()=defaultfolly::Indestructible< T >