table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::raw_storage_iterator::raw_storage_iterator(3) | C++ Standard Libary | std::raw_storage_iterator::raw_storage_iterator(3) |
NAME¶
std::raw_storage_iterator::raw_storage_iterator - std::raw_storage_iterator::raw_storage_iterator
Synopsis¶
explicit raw_storage_iterator( OutputIt it );
Initializes the iterator to point to the same value as it points.
Parameters¶
it - location to point to
2024.06.10 | http://cppreference.com |