On this page
std::raw_storage_iterator<OutputIt,T>::operator=
|
(1) | |
|
(2) | (since C++17) |
1) Constructs a value at the location the iterator points to from
el
.
2) Constructs a value at the location the iterator points to from
std::move(el)
.
Parameters
el | - | the value to copy or move from |
Return value
*this
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/memory/raw_storage_iterator/operator%3D