[ Web Proxy ]
URL:
Viewing: http://ru.cppreference.com/cpp/iterator/back_insert_iterator/operator* [Back]  [Original]

std::back_insert_iterator::operator* cppreference.com
cppreference.com

std::back_insert_iterator::operator*

cppreference.com

<metanoindex/>

 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
(C++20)
(C++11)
(C++11)
(C++11)(C++14)
(C++11)(C++14)
(C++17)(C++20)
(C++14)(C++14)
(C++14)(C++14)
(C++17)
(C++17)
 
 
<tbody> </tbody>
back_insert_iterator& operator*();
, - , OutputIterator.
:
Does nothing, this member function is provided to satisfy the requirements of OutputIterator.
Google.
. .
, , *iter = value () .
:
It returns the iterator itself, which makes it possible to use code such as *iter = value to output (insert) the value into the underlying container.
Google.
. .

()

*this


Web Proxy Viewer  |  New URL  |  Original Page