vendredi 25 décembre 2020

Do std library `emplace` functions make use of `std::in_place` tag

I want to know whether C++ standard library emplace functions make use of std::in_place tags (to indicate that the contained object should be constructed in-place)? Because emplace function got introduced in c++11 and std::in_place in c++17.

Aucun commentaire:

Enregistrer un commentaire