Drake
Drake C++ Documentation
reset_on_copy< T > Member List

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

operator *() const noexceptreset_on_copy< T >
operator const T &() const noexceptreset_on_copy< T >
operator T &() noexceptreset_on_copy< T >
operator->() const noexceptreset_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 >