#include <string.h>
#include "base/cs_defs.h"
#include "base/cs_dispatch.h"
Go to the source code of this file.
|
| template<class T , cs::layout L = cs::layout::right> |
| using | cs_span = cs::mdspan< T, 1, L > |
| |
| template<class T , cs::layout L = cs::layout::right> |
| using | cs_span_2d = cs::mdspan< T, 2, L > |
| |
| template<class T , cs::layout L = cs::layout::right> |
| using | cs_span_3d = cs::mdspan< T, 3, L > |
| |
| template<class T , cs::layout L = cs::layout::right> |
| using | cs_span_4d = cs::mdspan< T, 4, L > |
| |
| template<class T , int N> |
| using | cs_mdspan_r = cs::mdspan< T, N, cs::layout::right > |
| |
| template<class T , int N> |
| using | cs_mdspan_l = cs::mdspan< T, N, cs::layout::left > |
| |
◆ cs_mdspan_l
◆ cs_mdspan_r
◆ cs_span
◆ cs_span_2d
◆ cs_span_3d
◆ cs_span_4d