C++.Coding.Standards.1918.Rules.Guidelines [Electronic resources]

Herb Sutter, Andrei Alexandrescu

نسخه متنی -صفحه : 521/ 411
نمايش فراداده

Summary

push_back all you can: If you don't need to care about the insert position, prefer using

push_back to add an element to sequence. Other means can be both vastly slower and less clear.