A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4140/back.insert.iter.op= below:

[back.insert.iter.op=]

24.5.2.2.2 back_insert_iterator::operator= [back.insert.iter.op=]

back_insert_iterator<Container>& operator=(const typename Container::value_type& value);

1

Effects: container->push_back(value);

2

Returns: *this.

back_insert_iterator<Container>& operator=(typename Container::value_type&& value);

3

Effects: container->push_back(std::move(value));

4

Returns: *this.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4