raw_storage_iterator& operator=( const T& el ); | (1) | |
raw_storage_iterator& operator=( T&& el ); | (2) | (since C++17) |
el
.std::move(el)
.el | - | the value to copy or move from |
*this
.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/memory/raw_storage_iterator/operator=