dune-pdelab
2.4-dev
|
#include <memory>
#include <dune/common/shared_ptr.hh>
Go to the source code of this file.
Namespaces | |
Dune | |
Dune::PDELab | |
Functions | |
template<typename T > | |
std::shared_ptr< T > | Dune::PDELab::ensure_shared_ptr (T &t) |
Ensures that t is wrapped in a shared_ptr<T> More... | |