Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/container/mdspan/layout mapping/dsc is strided"

From cppreference.com
(Created page with "{{dsc mem sfun|cpp/container/mdspan/{{{1|}}}/mapping/mapping_traits|title=is_strided|determines if this mapping is unique (every combination of indexes maps to a different und...")
 
m (~ fix def.)
 
Line 1: Line 1:
{{dsc mem sfun|cpp/container/mdspan/{{{1|}}}/mapping/mapping_traits|title=is_strided|determines if this mapping is unique (every combination of indexes maps to a different underlying element)}}
+
{{dsc mem sfun|cpp/container/mdspan/{{{1|}}}/mapping/mapping_traits|title=is_strided|determines if this mapping is strided (in each dimension, incrementing an index jumps over the same number of underlying elements every time)}}

Latest revision as of 18:29, 30 October 2024

|- class="t-dsc"

|
[static]

| determines if this mapping is strided (in each dimension, incrementing an index jumps over the same number of underlying elements every time)
(public static member function of Template:cpp/container/mdspan//mapping/title) |-