Lines Matching full:rank
20 template<class IndexType, size_t Rank>
24 template<size_t Rank, class IndexType = size_t>
53 static constexpr rank_type rank() noexcept { return sizeof...(_Extents); }
54 static constexpr rank_type rank_dynamic() noexcept { return dynamic-index(rank()); }
112 constexpr explicit(extents_type::rank() > 0)
166 constexpr explicit(extents_type::rank() > 0)
210 static constexpr rank_type rank_ = extents_type::rank(); // exposition only
291 static constexpr rank_type rank() noexcept { return extents_type::rank(); }
327 constexpr reference operator[](span<OtherIndexType, rank()> indices) const;
329 constexpr reference operator[](const array<OtherIndexType, rank()>& indices) const;