Searched defs:extents_type (Results 1 – 3 of 3) sorted by relevance
49 using index_type = typename extents_type::index_type; variable 85 requires(is_constructible_v<extents_type,_OtherExtents>) requires() argument 113 requires(is_constructible_v<extents_type,_OtherExtents>) requires() argument [all...]
50 using size_type = typename extents_type::size_type; variable 86 requires(is_constructible_v<extents_type,_OtherExtents>) requires() argument 114 requires(is_constructible_v<extents_type,_OtherExtents>) requires() argument [all...]
70 using extents_type = _Extents; global() variable 219 requires(__mdspan_detail::__layout_mapping_alike<_StridedLayoutMapping> && is_constructible_v<extents_type,typename _StridedLayoutMapping::extents_type> && _StridedLayoutMapping::is_always_unique ()&& _StridedLayoutMapping::is_always_strided ()) requires() argument [all...]