[ Web Proxy ]
URL:
Viewing: https://cppreference.com/cpp/memory/raw_storage_iterator/base [Back]  [Original]

std::raw_storage_iterator<OutputIt,T>::base - cppreference.com
cppreference.com
Namespaces
Variants

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

From cppreference.com
 
 
Memory management library
Allocators
Memory resources
Uninitialized storage (until C++20*)
Garbage collector support (until C++23)
 
 
OutputIt base() const;
(since C++17)

Provides access to the iterator passed in the constructor of this raw_storage_iterator.

Parameters

(none)

Return value

An iterator pointing at the same object as *this.


Web Proxy Viewer  |  New URL  |  Original Page