std::raw_storage_iterator<OutputIt,T>:: raw_storage_iterator
From cppreference.com
<
cpp
|
memory
|
raw storage iterator
C++
Dynamic memory management
|
|
std::raw_storage_iterator
Member functions | ||||
raw_storage_iterator::raw_storage_iterator
|
||||
(C++17)
|
||||
explicit
raw_storage_iterator
(
OutputIt it
)
;
|
||
Initializes the iterator to point to the same value as it points.
Parameters
it | - | location to point to |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/memory/raw_storage_iterator/raw_storage_iterator&oldid=160263
"