explicit front_insert_iterator( Container& c ); |
Initializes the underlying pointer to the container to std::addressof(c) .
Parameters
| c | - | container to initialize the inserter with |
explicit front_insert_iterator( Container& c ); |
Initializes the underlying pointer to the container to std::addressof(c) .
| c | - | container to initialize the inserter with |
Please login to continue.