Searched defs:layout_type (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libcxx/include/__mdspan/ | ||
H A D | layout_right.h | 53 using layout_type = layout_right; global() variable |
H A D | layout_left.h | 54 using layout_type = layout_left; global() variable |
H A D | layout_stride.h | 74 using layout_type = layout_stride; global() variable |
H A D | mdspan.h | 80 using layout_type = _LayoutPolicy; global() variable |
/llvm-project/libcxx/test/std/containers/views/mdspan/ | ||
H A D | CustomTestLayouts.h | 61 using layout_type = layout_wrapping_integral<Wrap>; global() variable |