dune-common
2.2.0
|
A helper template that initializes a tuple consisting of pointers to NULL. More...
#include <dune/common/tupleutility.hh>
Public Types | |
typedef Tuple | ResultType |
export the type of the tuples | |
Static Public Member Functions | |
static ResultType | apply () |
generate a zero-initialized tuple |
A helper template that initializes a tuple consisting of pointers to NULL.
A tuple of NULL pointers may be useful when you use a tuple of pointers in a class which you can only initialise in a later stage.
typedef Tuple Dune::NullPointerInitialiser< Tuple >::ResultType |
export the type of the tuples
static ResultType Dune::NullPointerInitialiser< Tuple >::apply | ( | ) | [static] |
generate a zero-initialized tuple