4 #ifndef DUNE_SHARED_PTR_HH
5 #define DUNE_SHARED_PTR_HH
20 using std::shared_ptr;
21 using std::make_shared;
104 template<
typename T,
typename T2>
void operator()(T *) const
Definition: shared_ptr.hh:54
implements the Deleter concept of shared_ptr without deleting anything
Definition: shared_ptr.hh:52
Fallback implementation of the nullptr object in C++0x.
T t
Definition: alignment.hh:34
Dune namespace.
Definition: alignment.hh:9
Traits for type conversions and type information.
shared_ptr< T > stackobject_to_shared_ptr(T &t)
Create a shared_ptr for a stack-allocated object.
Definition: shared_ptr.hh:76