dune-functions  2.5.1
Public Types | List of all members
Dune::Functions::Imp::CoefficientType< V, MultiIndex >::DefaultCoefficientTypeHelper< E, size > Struct Template Reference

#include <dune/functions/functionspacebases/hierarchicvectorwrapper.hh>

Public Types

using E0 = decltype(std::declval< E >()[Dune::TypeTree::Indices::_0])
 
using type = typename DefaultCoefficientTypeHelper< E0, size-1 >::type
 

Member Typedef Documentation

◆ E0

template<class V, class MultiIndex>
template<class E , std::size_t size>
using Dune::Functions::Imp::CoefficientType< V, MultiIndex >::DefaultCoefficientTypeHelper< E, size >::E0 = decltype(std::declval<E>()[Dune::TypeTree::Indices::_0])

◆ type

template<class V, class MultiIndex>
template<class E , std::size_t size>
using Dune::Functions::Imp::CoefficientType< V, MultiIndex >::DefaultCoefficientTypeHelper< E, size >::type = typename DefaultCoefficientTypeHelper<E0, size-1>::type

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