proxygen
|
This is the complete list of members for folly::Indestructible< T >, including all inherited members.
check() const noexcept | folly::Indestructible< T > | inlineprivate |
erased_ | folly::Indestructible< T > | private |
get() noexcept | folly::Indestructible< T > | inline |
get() const noexcept | folly::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 &)=delete | folly::Indestructible< T > | |
Indestructible(Indestructible &&other) noexcept(noexcept(T(std::declval< T >()))) | folly::Indestructible< T > | inline |
operator*() noexcept | folly::Indestructible< T > | inline |
operator*() const noexcept | folly::Indestructible< T > | inline |
operator->() noexcept | folly::Indestructible< T > | inline |
operator->() const noexcept | folly::Indestructible< T > | inline |
operator=(Indestructible const &)=delete | folly::Indestructible< T > | |
operator=(Indestructible &&other) noexcept(noexcept(T(std::declval< T >()))) | folly::Indestructible< T > | inline |
storage_ | folly::Indestructible< T > | private |
~Indestructible()=default | folly::Indestructible< T > |