#include <tiled_mdspan.hpp>
|
|
template<typename... DynamicExtents> |
| constexpr | basic_tiled_mdspan (T *data, DynamicExtents... ext) |
| |
|
template<size_t DimIndex, typename... Indices> |
| constexpr tile_iterator | begin_dim (Indices &&... indices) |
| |
|
template<size_t DimIndex, typename... Indices> |
| constexpr const_tile_iterator | begin_dim (Indices &&... indices) const |
| |
|
template<size_t DimIndex, typename... Indices> |
| constexpr auto | begin_vector_dim (Indices &&... indices) |
| |
|
template<size_t DimIndex, typename... Indices> |
| constexpr auto | begin_vector_dim (Indices &&... indices) const |
| |
|
template<size_t DimIndex, typename... Indices> |
| constexpr auto | cbegin_vector_dim (Indices &&... indices) const |
| |
|
template<typename... Indices> |
| constexpr reference | tiles (Indices &&... indices) |
| |
|
template<typename... Indices> |
| constexpr reference | tiles (Indices &&... indices) const |
| |
The documentation for this class was generated from the following file: