File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2324523245
2324623246 // \ref{mdspan.layout.leftpad.obs}, observers
2324723247 constexpr const extents_type& extents() const noexcept { return @\exposid{extents_}@; }
23248- constexpr array<index_type, rank_> strides() const noexcept;
23248+ constexpr array<index_type, @\exposid{ rank_}@ > strides() const noexcept;
2324923249
2325023250 constexpr index_type required_span_size() const noexcept;
2325123251 template<class... Indices>
2388123881 constexpr mapping& operator=(const mapping&) noexcept = default;
2388223882
2388323883 // \ref{mdspan.layout.rightpad.obs}, observers
23884- constexpr const extents_type& extents() const noexcept { return extents_; }
23885- constexpr array<index_type, rank_> strides() const noexcept;
23884+ constexpr const extents_type& extents() const noexcept { return @\exposid{ extents_}@ ; }
23885+ constexpr array<index_type, @\exposid{ rank_}@ > strides() const noexcept;
2388623886
2388723887 constexpr index_type required_span_size() const noexcept;
2388823888
You can’t perform that action at this time.
0 commit comments