Namespaces
Variants
Views
Actions

std::front_insert_iterator::front_insert_iterator

From cppreference.com
explicit front_insert_iterator( Container& c );

Initializes the underlying pointer to the container to std::addressof(c) .

[edit] Parameters

c - container to initialize the inserter with