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

From cppreference.com
 
 
Dynamic memory management
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Allocators
Garbage collection support
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)



 
 
explicit raw_storage_iterator( OutputIt it );

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

Parameters

it - location to point to