dune-pdelab  2.7-git
Public Member Functions | List of all members
Dune::PDELab::gfs::GridFunctionSubSpaceOutputParameters< T, Enable > Class Template Reference

Mixin class which inherits from GridFunctionOutputParameters iff T inherits from GridFunctionOutputParameters. More...

#include <dune/pdelab/gridfunctionspace/subspace.hh>

Public Member Functions

void inheritDataSetType (const T &t)
 

Detailed Description

template<class T, bool Enable = std::is_base_of<GridFunctionOutputParameters, T>::value>
class Dune::PDELab::gfs::GridFunctionSubSpaceOutputParameters< T, Enable >

Mixin class which inherits from GridFunctionOutputParameters iff T inherits from GridFunctionOutputParameters.

Member Function Documentation

◆ inheritDataSetType()

template<class T , bool Enable = std::is_base_of<GridFunctionOutputParameters, T>::value>
void Dune::PDELab::gfs::GridFunctionSubSpaceOutputParameters< T, Enable >::inheritDataSetType ( const T &  t)
inline

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