dune-pdelab 2.7-git
|
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
For backward compatibility – Do not use this! | |
namespace | 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> | |