Dune::NullPointerInitialiser< Pair< Head *, Tail > > Class Template Reference
#include <utility.hh>
Detailed Description
template<class Head, class Tail>
class Dune::NullPointerInitialiser< Pair< Head *, Tail > >
Specialisation for standard tuple element.
Public Types | |
typedef Pair< Head *, Tail > | ResultType |
Static Public Member Functions | |
static ResultType | apply () |
Static method to build up tuple. |
Member Typedef Documentation
template<class Head, class Tail>
typedef Pair<Head*, Tail> Dune::NullPointerInitialiser< Pair< Head *, Tail > >::ResultType |
The subpart of the tuple which is handed back to the next instance of the NullPointerInitialiser.
The documentation for this class was generated from the following file: