|
Gromacs
2023.4
|
#include <array>#include <type_traits>#include "accessor_policy.h"#include "extents.h"#include "layouts.h"
Include dependency graph for mdspan.h:
This graph shows which files directly or indirectly include this file:Declares gmx::mdspan.
Classes | |
| class | gmx::basic_mdspan< ElementType, Extents, LayoutPolicy, AccessorPolicy > |
| Multidimensional array indexing and memory access with flexible mapping and access model. More... | |
Typedefs | |
| template<class T , ptrdiff_t... Indices> | |
| using | gmx::mdspan = basic_mdspan< T, extents< Indices...>, layout_right, accessor_basic< T >> |
| basic_mdspan with wrapped indices, basic_accessor policiy and right-aligned memory layout. | |
1.8.5