MyClass a1 {a}; // clearer and less error-prone than the other three
MyClass a2 = {a};
MyClass a3 = a;
MyClass a4(a);
Warum?
Ich konnte auf SO keine Antwort finden, also lass mich meine eigene Frage beantworten.
std::map<std::string, std::vector<std::string>>::const_iterator
möchte ein Wort mit dir.
using MyContainer = std::map<std::string, std::vector<std::string>>;
ist noch besser (vor allem, wie Sie es Vorlage können!)
auto
?