I have questions about std::stack Why these two constructors are explicit ?
std::stack
explicit
explicit stack( const Container& cont = Container() ); explicit stack( Container&& cont = Container() );
Note: Source
Aucun commentaire:
Enregistrer un commentaire