Namespaces
Variants

std::raw_storage_iterator<OutputIt,T>:: operator=

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
raw_storage_iterator & operator = ( const T & el ) ;
(1)
raw_storage_iterator & operator = ( T && el ) ;
(2) (seit C++17)
1) Konstruiert einen Wert an der Stelle, auf die der Iterator zeigt, aus el .
2) Konstruiert einen Wert an der Stelle, auf die der Iterator zeigt, aus std :: move ( el ) .

Parameter

el - der Wert, von dem kopiert oder verschoben werden soll

Rückgabewert

* this