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

From cppreference.com
 
 
Dynamic memory management
Uninitialized storage
(C++17)
Garbage collection support
Miscellaneous
(C++20)
(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