std::raw_storage_iterator::raw_storage_iterator

From cppreference.com
 
 
Dynamic memory management
Uninitialized storage
(C++17)
(deprecated since c++17)
(deprecated since c++17)
(deprecated since c++17)
Garbage collection support
Miscellaneous
(C++11)
(C++11)
C Library
Low level memory management
 
 
explicit raw_storage_iterator( OutputIt it );

Initializes the iterator to point to the same value as it points.

Parameters

it - location to point to