Searched defs:_OtherIndexType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | mdspan.h | 125 …_LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, const array<_OtherIndexType, _Size>& … in mdspan() 134 … _LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, span<_OtherIndexType, _Size> __exts) in mdspan() 198 requires(is_convertible_v<const _OtherIndexType&, index_type> && in requires() 199 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires() 207 requires(is_convertible_v<const _OtherIndexType&, index_type> && in requires() 208 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
|
H A D | layout_stride.h | 95 …__required_span_size_is_representable(const extents_type& __ext, span<_OtherIndexType, __rank_> __… in __required_span_size_is_representable() 173 requires(is_convertible_v<const _OtherIndexType&, index_type> && in requires() 174 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires() 212 requires(is_convertible_v<const _OtherIndexType&, index_type> && in requires() 213 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
|