File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 17587
17587
constexpr const_reverse_iterator crend() const noexcept { return rend(); }
17588
17588
17589
17589
private:
17590
- pointer data_; // \expos
17591
- size_type size_; // \expos
17590
+ pointer @\exposid{ data_}@ ; // \expos
17591
+ size_type @\exposid{ size_}@ ; // \expos
17592
17592
};
17593
17593
17594
17594
template<class It, class EndOrSize>
17661
17661
17662
17662
\pnum
17663
17663
\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}.
17666
17666
17667
17667
\pnum
17668
17668
\throws
17704
17704
17705
17705
\pnum
17706
17706
\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}.
17709
17709
17710
17710
\pnum
17711
17711
\throws
17782
17782
17783
17783
\pnum
17784
17784
\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)}.
17787
17787
17788
17788
\pnum
17789
17789
\throws
18021
18021
\begin{itemdescr}
18022
18022
\pnum
18023
18023
\effects
18024
- Equivalent to: \tcode{return size_;}
18024
+ Equivalent to: \tcode{return \exposid{ size_} ;}
18025
18025
\end{itemdescr}
18026
18026
18027
18027
\indexlibrarymember{span}{size_bytes}%
18101
18101
\begin{itemdescr}
18102
18102
\pnum
18103
18103
\effects
18104
- Equivalent to: \tcode{return data_;}
18104
+ Equivalent to: \tcode{return \exposid{ data_} ;}
18105
18105
\end{itemdescr}
18106
18106
18107
18107
\rSec3[span.iterators]{Iterator support}
You can’t perform that action at this time.
0 commit comments