dune-common
2.7.0
|
This is the complete list of members for Dune::ToUniquePtr< T >, including all inherited members.
DUNE_DEPRECATED_MSG("Cast to raw pointer is deprecated. Use std::unique_ptr or std::shared_ptr instead.") operator pointer() noexcept | Dune::ToUniquePtr< T > | inline |
makeToUnique(Args &&... args) | Dune::ToUniquePtr< T > | related |
operator bool() noexcept | Dune::ToUniquePtr< T > | inlineexplicit |
operator bool() const noexcept | Dune::ToUniquePtr< T > | inlineexplicit |
operator std::shared_ptr< T >() noexcept | Dune::ToUniquePtr< T > | inline |
operator std::unique_ptr< T >() noexcept | Dune::ToUniquePtr< T > | inline |
pointer typedef | Dune::ToUniquePtr< T > | |
ToUniquePtr(pointer ptr=pointer()) noexcept | Dune::ToUniquePtr< T > | inline |
ToUniquePtr(std::nullptr_t) noexcept | Dune::ToUniquePtr< T > | inline |