dune-common  2.6-git
Dune::NullPointerInitialiser< T > Struct Template Reference

A helper template that initializes a std::tuple consisting of pointers to nullptr. More...

#include <dune/common/tupleutility.hh>

Detailed Description

template<class T>
struct Dune::NullPointerInitialiser< T >

A helper template that initializes a std::tuple consisting of pointers to nullptr.

A std::tuple of nullptr may be useful when you use a std::tuple of pointers in a class which you can only initialise in a later stage.


The documentation for this struct was generated from the following file: