File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 9854
9854
constexpr span() noexcept;
9855
9855
\end {itemdecl }
9856
9856
\begin {itemdescr }
9857
- \pnum
9858
- \effects
9859
- Constructs an empty \tcode {span}.
9860
-
9861
9857
\pnum
9862
9858
\postconditions
9863
9859
\tcode {size() == 0 \&\& data() == nullptr}.
9881
9877
\pnum
9882
9878
\effects
9883
9879
Constructs a \tcode {span} that is a view over the range \range {ptr}{ptr + count}.
9884
- If \tcode {count} is 0 then an empty span is constructed.
9885
9880
9886
9881
\pnum
9887
9882
\postconditions
9888
9883
\tcode {size() == count \&\& data() == ptr}.
9889
9884
9885
+ \pnum
9890
9886
\throws
9891
9887
Nothing.
9892
9888
\end {itemdescr }
9905
9901
\pnum
9906
9902
\effects
9907
9903
Constructs a span that is a view over the range \range {first}{last}.
9908
- If \tcode {last - first == 0} then an empty \tcode {span} is constructed.
9909
9904
9910
9905
\pnum
9911
9906
\postconditions
You can’t perform that action at this time.
0 commit comments