1974 shaares
6 private links
6 private links
1 result
tagged
forwarding
One of the new features in C++11 aimed at increased code efficiency is the emplace family of methods in containers. std::vector, for example, has an emplace_back method to parallel push_back, and emplace to parallel insert.