std::insert_iterator::insert_iterator
Da cppreference.com.
<metanoindex/>
<tbody> </tbody> explicit insert_iterator( Container& c, typename Container::iterator i ); |
||
Inizializza il puntatore sottostante al contenitore per
&c and the interlying iterator to iter.Original:
Initializes the underlying pointer to the container to
&c and the interlying iterator to iter.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
