File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 17371
17371
17372
17372
constexpr auto size() requires @\libconcept{sized_range}@<V>;
17373
17373
constexpr auto size() const requires @\libconcept{sized_range}@<const V>;
17374
+
17375
+ constexpr auto reserve_hint() requires @\libconcept{approximately_sized_range}@<V>;
17376
+ constexpr auto reserve_hint() const requires @\libconcept{approximately_sized_range}@<const V>;
17374
17377
};
17375
17378
17376
17379
template<class R>
17423
17426
Equivalent to: \tcode{return ranges::size(\exposid{base_});}
17424
17427
\end{itemdescr}
17425
17428
17429
+ \indexlibrarymember{reserve_hint}{cache_latest_view}%
17430
+ \begin{itemdecl}
17431
+ constexpr auto reserve_hint() requires @\libconcept{approximately_sized_range}@<V>;
17432
+ constexpr auto reserve_hint() const requires @\libconcept{approximately_sized_range}@<const V>;
17433
+ \end{itemdecl}
17434
+
17435
+ \begin{itemdescr}
17436
+ \pnum
17437
+ \effects
17438
+ Equivalent to: \tcode{return ranges::reserve_hint(\exposid{base_});}
17439
+ \end{itemdescr}
17440
+
17426
17441
\rSec3[range.cache.latest.iterator]{Class \tcode{cache_latest_view::\exposid{iterator}}}
17427
17442
17428
17443
\indexlibraryglobal{cache_latest_view::\exposid{iiterator}}%
17721
17736
17722
17737
constexpr auto size() requires @\libconcept{sized_range}@<V>;
17723
17738
constexpr auto size() const requires @\libconcept{sized_range}@<const V>;
17739
+
17740
+ constexpr auto reserve_hint() requires @\libconcept{approximately_sized_range}@<V>;
17741
+ constexpr auto reserve_hint() const requires @\libconcept{approximately_sized_range}@<const V>;
17724
17742
};
17725
17743
17726
17744
template<class R>
17785
17803
Equivalent to: \tcode{return ranges::size(\exposid{base_});}
17786
17804
\end{itemdescr}
17787
17805
17806
+ \indexlibrarymember{reserve_hint}{to_input_view}%
17807
+ \begin{itemdecl}
17808
+ constexpr auto reserve_hint() requires @\libconcept{approximately_sized_range}@<V>;
17809
+ constexpr auto reserve_hint() const requires @\libconcept{approximately_sized_range}@<const V>;
17810
+ \end{itemdecl}
17811
+
17812
+ \begin{itemdescr}
17813
+ \pnum
17814
+ \effects
17815
+ Equivalent to: \tcode{return ranges::reserve_hint(\exposid{base_});}
17816
+ \end{itemdescr}
17817
+
17788
17818
\rSec3[range.to.input.iterator]{Class template \tcode{to_input_view::\exposid{iterator}}}
17789
17819
17790
17820
\indexlibraryglobal{to_input_view::\exposid{iterator}}%
You can’t perform that action at this time.
0 commit comments