Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active April 27, 2018 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/54a5651a6106efb391221d476dd69154 to your computer and use it in GitHub Desktop.
Save deque-blog/54a5651a6106efb391221d476dd69154 to your computer and use it in GitHub Desktop.
std::vector<MyClass> xs;
std::generate_n(std::back_inserter(xs), n, MyClass::constructThisWay);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment