dune-grid 2.9.0
Public Types | List of all members
Dune::IdSet< GridImp, IdSetImp, IdTypeImp >::Codim< cc > Struct Template Reference

Export the type of the entity used as parameter in the id(...) method. More...

#include <dune/grid/common/indexidset.hh>

Public Types

using Entity = typename Traits::template Codim< cc >::Entity
 

Detailed Description

template<class GridImp, class IdSetImp, class IdTypeImp>
template<int cc>
struct Dune::IdSet< GridImp, IdSetImp, IdTypeImp >::Codim< cc >

Export the type of the entity used as parameter in the id(...) method.

Member Typedef Documentation

◆ Entity

template<class GridImp , class IdSetImp , class IdTypeImp >
template<int cc>
using Dune::IdSet< GridImp, IdSetImp, IdTypeImp >::Codim< cc >::Entity = typename Traits::template Codim<cc>::Entity

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