All Iterator Adapters
All Iterator Adapters
A compact scan page for reverse, move, insert, and stream iterator adapters plus the related helper functions.
All Iterator Adapters
A compact scan page for reverse, move, insert, and stream iterator adapters plus the related helper functions.
Use reference pages to confirm names, categories, nearby facilities, and the constraints that matter before writing or reviewing code.
std::reverse_iteratorstd::move_iteratorrbegin and rendstd::back_insert_iteratorstd::front_insert_iteratorstd::insert_iteratorback_inserter, front_inserter, inserterstd::istream_iteratorstd::ostream_iteratorstd::istreambuf_iteratorstd::ostreambuf_iteratormove_iterator changes value category behavior, not ownership by itself.int main() {
// Pick one facility from this reference page.
// Write the smallest program that exercises its main precondition,
// complexity rule, or lifetime constraint before scaling up.
return 0;
}