File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21553
21553
using extent_type = ExtentType;
21554
21554
using stride_type = StrideType;
21555
21555
21556
- [[no_unique_address]] OffsetType offset{};
21557
- [[no_unique_address]] ExtentType extent{};
21558
- [[no_unique_address]] StrideType stride{};
21556
+ [[no_unique_address]] offset_type offset{};
21557
+ [[no_unique_address]] extent_type extent{};
21558
+ [[no_unique_address]] stride_type stride{};
21559
21559
};
21560
21560
}
21561
21561
\end{codeblock}
21570
21570
are signed or unsigned integer types, or
21571
21571
model \exposconcept{integral-constant-like}.
21572
21572
\begin{note}
21573
- \tcode{strided_slice\{.offset= 1, .extent= 10, .stride= 3\}}
21573
+ \tcode{strided_slice\{.offset = 1, .extent = 10, .stride = 3\}}
21574
21574
indicates the indices \tcode{1}, \tcode{4}, \tcode{7}, and \tcode{10}.
21575
21575
Indices are selected from the half-open interval \range{1}{1 + 10}.
21576
21576
\end{note}
You can’t perform that action at this time.
0 commit comments