std::raw_storage_iterator::operator=

raw_storage_iterator& operator=( const T& el );
(1)
raw_storage_iterator& operator=( T&& el );
(2) (C++17 起)
1)el 构造位于迭代器所指向位置的值。
2)std::move(el) 构造位于迭代器所指向位置的值。

参数

el - 复制或移动来源的值

返回值

*this

版本历史

  • (当前 | 先前) 2017年9月12日 (二) 06:50Fruderica讨论 | 贡献. . (536字节) (+536). . (以“{{cpp/memory/raw_storage_iterator/title|operator{{=}}}} {{cpp/memory/raw_storage_iterator/navbar}} {{dcl begin}} {{dcl | num=1 | 1= raw_storage_iterator& operator=( ...”为内容创建页面)