constexpr basic_const_iterator( Iter x );
(2) (since C++23) template< std::convertible_to<Iter> U > requires std::convertible_to<T, Iter>
Constructs a new iterator adaptor.
1) Default constructor. The underlying iterator is value-initialized.
2) The underlying iterator is initialized with std::move(x).
3) The underlying iterator is initialized with that of other.
4)The underlying iterator is initialized with
std::forward<T>(x).
[edit] Parameters x - iterator to adapt other - iterator adaptor to copy [edit] Example [edit] See also assigns anotherbasic_const_iterator
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4