#include <array>
#include <cassert>
#include <limits>
#include <span>
#include <type_traits>
#include <dune/common/indices.hh>
#include <dune/common/std/no_unique_address.hh>
#include <dune/common/std/impl/fwd_layouts.hh>
Go to the source code of this file.
|
| class | Dune::Std::extents< IndexType, exts > |
| | Multidimensional index space with dynamic and static extents.This class template represents a multidimensional index space of rank equal to sizeof...(exts). Each extent might be specified as a template parameter or as a dynamic parameter in the constructor. More...
|
| |
|
| | Dune::Std |
| | Namespace for features backported from new C++ standards.
|
| |
|
| template<class IndexType , std::size_t R> |
| using | Dune::Std::dextents = typename Impl::DExtentsImpl< IndexType, std::make_integer_sequence< std::size_t, R > >::type |
| | Alias of extents of given rank R and purely dynamic extents. See [mdspan.extents.dextents]. More...
|
| |