Namespaces
Variants

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

From cppreference.com
 
 
Memory management library
Allocators
Memory resources
Uninitialized storage (until C++20*)
Garbage collector support (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