3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::Extrusion< T > Class Template Reference

Traits extracting the public Extrusion type from T Defaults to NoExtrusion if no such type is found. More...

#include <dumux/discretization/extrusion.hh>

Description

template<class T>
class Dumux::Extrusion< T >

Traits extracting the public Extrusion type from T Defaults to NoExtrusion if no such type is found.

Public Types

using type = typename Dune::Std::detected_or< NoExtrusion, E, T >::type
 

Member Typedef Documentation

◆ type

template<class T >
using Dumux::Extrusion< T >::type = typename Dune::Std::detected_or<NoExtrusion, E, T>::type

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