Dune::Copasi
2.1.0
Dune
Copasi
Concept
IndexableEntity
Dune::Copasi::Concept::IndexableEntity Concept Reference
#include <
grid.hh
>
Concept definition
template
<
class
E,
class
IS>
concept
Dune::Copasi::Concept::IndexableEntity
=
Dune::Concept::Entity<E> && Dune::Concept::IndexSet<IS> &&
requires
(
const
E entity,
const
IS is) {
{
is.index(entity)
} -> std::same_as<typename IS::IndexType>;
}
Dune::Copasi::Concept::IndexableEntity
Definition:
grid.hh:16
Generated by
1.9.4