Stratax 0.2.0
Loading...
Searching...
No Matches
stratax::ops::detail::ResolvedSlice Struct Reference

Normalized slice metadata for a concrete axis extent. More...

#include <Slice.hpp>

Public Attributes

std::ptrdiff_t start
 First flat index selected by the slice.
std::ptrdiff_t step
 Step between selected indices.
std::size_t size
 Number of selected elements.

Detailed Description

Normalized slice metadata for a concrete axis extent.

Definition at line 22 of file Slice.hpp.

Member Data Documentation

◆ size

std::size_t stratax::ops::detail::ResolvedSlice::size

Number of selected elements.

Definition at line 31 of file Slice.hpp.

◆ start

std::ptrdiff_t stratax::ops::detail::ResolvedSlice::start

First flat index selected by the slice.

Definition at line 25 of file Slice.hpp.

◆ step

std::ptrdiff_t stratax::ops::detail::ResolvedSlice::step

Step between selected indices.

Definition at line 28 of file Slice.hpp.


The documentation for this struct was generated from the following file: