dune-common
2.7.0
|
typetrait to check that a class has begin() and end() members More...
#include <dune/common/typetraits.hh>
typetrait to check that a class has begin() and end() members
Type trait to determine whether an instance of T has an operator[](I), i.e. whether it can be indexed with an index of type I.
Dune::IsIndexable
instead