Class template Dune::XT::Grid::extract_entity

Inherits from AlwaysFalse<T>.

template<class T, size_t codim = 0, bool view = is_view<T>::value, bool part = is_part<T>::value, bool grid = is_grid<T>::value>
class Dune::XT::Grid::extract_entity<T, codim, view, part, grid> : public AlwaysFalse<T>

Extracts the entity type of given codimension from a grid view, grid part or grid T.