#include <mdspan.hpp>
|
|
template<typename... DynamicExtents> |
| constexpr | basic_mdspan (pointer data, DynamicExtents &&... ext) |
| |
|
constexpr iterator | begin () |
| |
|
constexpr const_iterator | begin () const |
| |
|
constexpr auto | begin_circular () |
| |
|
constexpr auto | begin_circular () const |
| |
|
constexpr const_iterator | cbegin () const |
| |
|
constexpr auto | cbegin_circular () const |
| |
|
constexpr const_iterator | cend () const |
| |
|
constexpr iterator | end () |
| |
|
constexpr const_iterator | end () const |
| |
|
constexpr size_t | extent (size_t index) const |
| |
|
template<typename... Indices> |
| constexpr reference | operator() (Indices &&... indices) |
| |
|
template<typename... Indices> |
| constexpr reference | operator() (Indices &&... indices) const |
| |
|
constexpr size_t | size () const |
| |
|
|
static constexpr size_t | elems_static () |
| |
|
static constexpr bool | is_static () |
| |
|
static constexpr size_t | rank () |
| |
|
static constexpr size_t | rank_dynamic () |
| |
|
static constexpr size_t | rank_static () |
| |
The documentation for this class was generated from the following file: