Home
last modified time | relevance | path

Searched defs:mapping_type (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h82 using mapping_type = typename layout_type::template mapping<extents_type>; variable
149 …requires(is_constructible_v<mapping_type, const typename _OtherLayoutPolicy::template mapping<_Oth… in requires()