Namensräume
Varianten
Aktionen

std::move_sentinel<S>:operator=

Von cppreference.com
 
 
Iterator-Bibliothek
Iterator-Konzepte
Iterator-Primitive
Algorithmus-Konzepte und Hilfsprogramme
Indirekte aufrufbare Konzepte
Gemeinsame Algorithmus-Anforderungen
(C++20)
(C++20)
(C++20)
Dienstprogramme
(C++20)
Iterator-Adapter
Bereichszugriff
(C++11)(C++14)
(C++14)(C++14)  
(C++11)(C++14)
(C++14)(C++14)  
(C++17)(C++20)
(C++17)
(C++17)
 
 
template< class S2 >

    requires std::assignable_from<S&, const S2&>

        constexpr move_sentinel& operator=( const std::move_sentinel<S2>& other );
(seit C++20)

Der zugrundeliegende Sentinel wird mit dem Wert des zugrundeliegenden Sentinels von other zugewiesen, d. h. other.base().

Inhalt

[edit] Parameter

Sonstiges - Sentinel-Adapter, der zugewiesen werden soll

[edit] Rückgabewert

*this

[edit] Beispiel

[edit] Siehe auch

weist einen anderen move_iterator zu
(public member function of std::move_iterator<Iter>) [edit]