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

explicit raw_storage_iterator( OutputIt it );

初始化迭代器为指向与 it 所指向的相同值。

参数

it - 要指向的位置