Dune::PointerPairDeletor< Pair< Head *, Tail > > Struct Template Reference
#include <utility.hh>
Detailed Description
template<class Head, class Tail>
struct Dune::PointerPairDeletor< Pair< Head *, Tail > >
Specialisation for a standard tuple element.
Static Public Member Functions | |
static void | apply (Pair< Head *, Tail > &p) |
Member Function Documentation
template<class Head, class Tail>
static void Dune::PointerPairDeletor< Pair< Head *, Tail > >::apply | ( | Pair< Head *, Tail > & | p | ) | [inline, static] |
Deletes object pointed to by first element and triggers deletion on subsequent pairs.
The documentation for this struct was generated from the following file: