std::raw_storage_iterator<OutputIt,T>::operator=
来自cppreference.com
| |
(1) | |
| |
(2) | (C++17 起) |
1) 从
el 构造位于迭代器所指向位置的值。2) 从
std::move(el) 构造位于迭代器所指向位置的值。参数
| el | - | 复制或移动来源的值 |
返回值
*this