Namespaces
Variants

std::raw_storage_iterator<OutputIt,T>:: operator++, operator++ (int)

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (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)
(C++11) (until C++23)
raw_storage_iterator & operator ++ ( ) ;
raw_storage_iterator operator ++ ( int ) ;

반복자를 전진시킵니다.

1) 사전 증가. 갱신된 반복자를 반환합니다.
2) 후위 증가. 이터레이터의 이전 값을 반환합니다.

매개변수

(없음)

반환값

1) * this
2) 반복자의 이전 값.