File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2685
2685
constexpr auto end() const;
2686
2686
constexpr @\exposid{iterator}@ end() const requires @\libconcept{same_as}@<W, Bound>;
2687
2687
2688
+ constexpr bool empty() const;
2688
2689
constexpr auto size() const requires @\seebelow@;
2689
2690
};
2690
2691
2902
2903
Equivalent to: \tcode{return \exposid{iterator}\{\exposid{bound_}\};}
2903
2904
\end{itemdescr}
2904
2905
2906
+ \indexlibrarymember{empty}{iota_view}%
2907
+ \begin{itemdecl}
2908
+ constexpr bool empty() const;
2909
+ \end{itemdecl}
2910
+
2911
+ \begin{itemdescr}
2912
+ \pnum
2913
+ \effects
2914
+ Equivalent to: \tcode{return \exposid{value_} == \exposid{bound_};}
2915
+ \end{itemdescr}
2916
+
2905
2917
\indexlibrarymember{size}{iota_view}%
2906
2918
\begin{itemdecl}
2907
2919
constexpr auto size() const requires @\seebelow@;
You can’t perform that action at this time.
0 commit comments