Skip to content

Commit 34caddc

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[views.span] Add \exposid for data_ and size_
1 parent b766881 commit 34caddc

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
@@ -17587,8 +17587,8 @@
1758717587
constexpr const_reverse_iterator crend() const noexcept { return rend(); }
1758817588

1758917589
private:
17590-
pointer data_; // \expos
17591-
size_type size_; // \expos
17590+
pointer @\exposid{data_}@; // \expos
17591+
size_type @\exposid{size_}@; // \expos
1759217592
};
1759317593

1759417594
template<class It, class EndOrSize>
@@ -17661,8 +17661,8 @@
1766117661

1766217662
\pnum
1766317663
\effects
17664-
Initializes \tcode{data_} with \tcode{to_address(first)} and
17665-
\tcode{size_} with \tcode{count}.
17664+
Initializes \tcode{\exposid{data_}} with \tcode{to_address(first)} and
17665+
\tcode{\exposid{size_}} with \tcode{count}.
1766617666

1766717667
\pnum
1766817668
\throws
@@ -17704,8 +17704,8 @@
1770417704

1770517705
\pnum
1770617706
\effects
17707-
Initializes \tcode{data_} with \tcode{to_address(first)} and
17708-
\tcode{size_} with \tcode{last - first}.
17707+
Initializes \tcode{\exposid{data_}} with \tcode{to_address(first)} and
17708+
\tcode{\exposid{size_}} with \tcode{last - first}.
1770917709

1771017710
\pnum
1771117711
\throws
@@ -17782,8 +17782,8 @@
1778217782

1778317783
\pnum
1778417784
\effects
17785-
Initializes \tcode{data_} with \tcode{ranges::data(r)} and
17786-
\tcode{size_} with \tcode{ranges::size(r)}.
17785+
Initializes \tcode{\exposid{data_}} with \tcode{ranges::data(r)} and
17786+
\tcode{\exposid{size_}} with \tcode{ranges::size(r)}.
1778717787

1778817788
\pnum
1778917789
\throws
@@ -18021,7 +18021,7 @@
1802118021
\begin{itemdescr}
1802218022
\pnum
1802318023
\effects
18024-
Equivalent to: \tcode{return size_;}
18024+
Equivalent to: \tcode{return \exposid{size_};}
1802518025
\end{itemdescr}
1802618026

1802718027
\indexlibrarymember{span}{size_bytes}%
@@ -18101,7 +18101,7 @@
1810118101
\begin{itemdescr}
1810218102
\pnum
1810318103
\effects
18104-
Equivalent to: \tcode{return data_;}
18104+
Equivalent to: \tcode{return \exposid{data_};}
1810518105
\end{itemdescr}
1810618106

1810718107
\rSec3[span.iterators]{Iterator support}

0 commit comments

Comments
 (0)