Skip to content

Commit 8c4981c

Browse files
committed
[mdspan] Change stable label from "ctor" to "cons"
1 parent ae7c011 commit 8c4981c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/containers.tex

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18286,7 +18286,7 @@
1828618286
static constexpr size_t static_extent(rank_type) noexcept;
1828718287
constexpr index_type extent(rank_type) const noexcept;
1828818288

18289-
// \ref{mdspan.extents.ctor}, constructors
18289+
// \ref{mdspan.extents.cons}, constructors
1829018290
constexpr extents() noexcept = default;
1829118291

1829218292
template<class OtherIndexType, size_t... OtherExtents>
@@ -18438,7 +18438,7 @@
1843818438
\end{note}
1843918439
\end{itemdescr}
1844018440

18441-
\rSec3[mdspan.extents.ctor]{Constructors}
18441+
\rSec3[mdspan.extents.cons]{Constructors}
1844218442

1844318443
\indexlibraryctor{extents}%
1844418444
\begin{itemdecl}
@@ -19033,7 +19033,7 @@
1903319033
using rank_type = typename extents_type::rank_type;
1903419034
using layout_type = layout_left;
1903519035

19036-
// \ref{mdspan.layout.left.ctor}, constructors
19036+
// \ref{mdspan.layout.left.cons}, constructors
1903719037
constexpr mapping() noexcept = default;
1903819038
constexpr mapping(const mapping&) noexcept = default;
1903919039
constexpr mapping(const extents_type&) noexcept;
@@ -19084,7 +19084,7 @@
1908419084
\tcode{layout_left::mapping<E>} is a trivially copyable type
1908519085
that models \libconcept{regular} for each \tcode{E}.
1908619086

19087-
\rSec4[mdspan.layout.left.ctor]{Constructors}
19087+
\rSec4[mdspan.layout.left.cons]{Constructors}
1908819088

1908919089
\indexlibraryctor{layout_left::mapping}%
1909019090
\begin{itemdecl}
@@ -19285,7 +19285,7 @@
1928519285
using rank_type = typename extents_type::rank_type;
1928619286
using layout_type = layout_right;
1928719287

19288-
// \ref{mdspan.layout.right.ctor}, constructors
19288+
// \ref{mdspan.layout.right.cons}, constructors
1928919289
constexpr mapping() noexcept = default;
1929019290
constexpr mapping(const mapping&) noexcept = default;
1929119291
constexpr mapping(const extents_type&) noexcept;
@@ -19336,7 +19336,7 @@
1933619336
\tcode{layout_right::mapping<E>} is a trivially copyable type
1933719337
that models \libconcept{regular} for each \tcode{E}.
1933819338

19339-
\rSec4[mdspan.layout.right.ctor]{Constructors}
19339+
\rSec4[mdspan.layout.right.cons]{Constructors}
1934019340

1934119341
\indexlibraryctor{layout_right::mapping}%
1934219342
\begin{itemdecl}
@@ -19540,7 +19540,7 @@
1954019540
static constexpr rank_type @\exposid{rank_}@ = extents_type::rank(); // \expos
1954119541

1954219542
public:
19543-
// \ref{mdspan.layout.stride.ctor}, constructors
19543+
// \ref{mdspan.layout.stride.cons}, constructors
1954419544
constexpr mapping() noexcept = default;
1954519545
constexpr mapping(const mapping&) noexcept = default;
1954619546
template<class OtherIndexType>
@@ -19651,7 +19651,7 @@
1965119651
have a return type of \tcode{bool}.
1965219652
\end{note}
1965319653

19654-
\rSec4[mdspan.layout.stride.ctor]{Constructors}
19654+
\rSec4[mdspan.layout.stride.cons]{Constructors}
1965519655

1965619656
\indexlibraryctor{layout_stride::mapping}%
1965719657
\begin{itemdecl}
@@ -20124,7 +20124,7 @@
2012420124
{ return extents_type::static_extent(r); }
2012520125
constexpr index_type extent(rank_type r) const noexcept { return extents().extent(r); }
2012620126

20127-
// \ref{mdspan.mdspan.ctor}, constructors
20127+
// \ref{mdspan.mdspan.cons}, constructors
2012820128
constexpr mdspan();
2012920129
constexpr mdspan(const mdspan& rhs) = default;
2013020130
constexpr mdspan(mdspan&& rhs) = default;
@@ -20265,7 +20265,7 @@
2026520265
its \tcode{accessor_type}, \tcode{mapping_type}, and \tcode{data_handle_type}
2026620266
are trivially copyable types.
2026720267

20268-
\rSec3[mdspan.mdspan.ctor]{Constructors}
20268+
\rSec3[mdspan.mdspan.cons]{Constructors}
2026920269

2027020270
\indexlibraryctor{mdspan}%
2027120271
\begin{itemdecl}

0 commit comments

Comments
 (0)