dune-grid 2.9.0
Public Types | List of all members
Dune::HostGridAccess< IdentityGrid< HG > >::Codim< codim > Struct Template Reference

A Traits struct that collects return types of class member methods. More...

#include <dune/grid/utility/hostgridaccess.hh>

Public Types

typedef Grid::template Codim< codim >::Entity Entity
 type of the IdGrid entity More...
 
typedef HostGrid::template Codim< codim >::Entity HostEntity
 type of the host entity More...
 

Detailed Description

template<class HG>
template<int codim>
struct Dune::HostGridAccess< IdentityGrid< HG > >::Codim< codim >

A Traits struct that collects return types of class member methods.

Template Parameters
codimcodimension

Member Typedef Documentation

◆ Entity

template<class HG >
template<int codim>
typedef Grid::template Codim<codim>::Entity Dune::HostGridAccess< IdentityGrid< HG > >::Codim< codim >::Entity

type of the IdGrid entity

◆ HostEntity

template<class HG >
template<int codim>
typedef HostGrid::template Codim<codim>::Entity Dune::HostGridAccess< IdentityGrid< HG > >::Codim< codim >::HostEntity

type of the host entity


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