This is the complete list of members for reset_on_copy< T >, including all inherited members.
operator *() const noexcept | reset_on_copy< T > | |
operator const T &() const noexcept | reset_on_copy< T > | |
operator T &() noexcept | reset_on_copy< T > | |
operator->() const noexcept | reset_on_copy< T > | |
operator=(const reset_on_copy &source) noexcept(std::is_nothrow_destructible_v< T > &&std::is_nothrow_default_constructible_v< T >) | reset_on_copy< T > | |
operator=(reset_on_copy &&source) noexcept(std::is_nothrow_move_assignable_v< T > &&std::is_nothrow_destructible_v< T > &&std::is_nothrow_default_constructible_v< T >) | reset_on_copy< T > | |
reset_on_copy() noexcept(std::is_nothrow_default_constructible_v< T >) | reset_on_copy< T > | |
reset_on_copy(const T &value) noexcept(std::is_nothrow_copy_constructible_v< T >) | reset_on_copy< T > | |
reset_on_copy(T &&value) noexcept(std::is_nothrow_move_constructible_v< T >) | reset_on_copy< T > | |
reset_on_copy(const reset_on_copy &) noexcept(std::is_nothrow_default_constructible_v< T >) | reset_on_copy< T > | |
reset_on_copy(reset_on_copy &&source) noexcept(std::is_nothrow_move_constructible_v< T > &&std::is_nothrow_destructible_v< T > &&std::is_nothrow_default_constructible_v< T >) | reset_on_copy< T > |