mercredi 29 juin 2016

Container type of std::stack

I have questions about std::stack Why these two constructors are explicit ?

     explicit stack( const Container& cont = Container() );
     explicit stack( Container&& cont = Container() );

Note: Source

Aucun commentaire:

Enregistrer un commentaire