table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::raw_storage_iterator::operator*(3) | C++ Standard Libary | std::raw_storage_iterator::operator*(3) |
NAME¶
std::raw_storage_iterator::operator* - std::raw_storage_iterator::operator*
Synopsis¶
raw_storage_iterator& operator*();
Dereferences the iterator.
Parameters¶
(none)
Return value¶
*this
2024.06.10 | http://cppreference.com |