Home
last modified time | relevance | path

Searched refs:__mapping (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h122 _LIBCPP_HIDE_FROM_ABI static constexpr index_type __offset(const _StridedMapping& __mapping) { in __offset() argument
124 return static_cast<index_type>(__mapping()); in __offset()
125 …} else if (__mapping.required_span_size() == static_cast<typename _StridedMapping::index_type>(0))… in __offset()
129 return static_cast<index_type>(__mapping((_Pos ? 0 : 0)...)); in __offset()