dune-functions 2.9.0
|
A statically sized MultiIndex type. More...
#include <dune/functions/common/multiindex.hh>
Public Member Functions | |
operator const size_type & () const | |
operator size_type & () | |
Static Public Member Functions | |
static constexpr std::size_t | size () |
Public Attributes | |
T | elements |
STL member. More... | |
Friends | |
std::size_t | hash_value (const StaticMultiIndex &v) noexcept |
A statically sized MultiIndex type.
This is basically a std::array<size_type,1>.
This is the specialization for size==1 which additionally provides const and mutable casts to a reference to the single contained digit.
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
friend |
|
inherited |
STL member.