dune-common 2.9.0
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
to_unique_ptr.hh File Reference
#include <memory>

Go to the source code of this file.

Namespaces

namespace  Dune
 Dune namespace.
 

Typedefs

template<class T >
using Dune::ToUniquePtr = std::unique_ptr< T >
 Alias for std::unique_ptr introduced as transition wrapper.
 

Functions

template<class T , class... Args>
std::unique_ptr< T > Dune::makeToUnique (Args &&... args)
 Alias for std::make_unique introduced as transition wrapper.