Quick A: Here are two hints...
-
Hint:
array<string>. -
Hint 2:
array<unique_ptr<X>>.
Today on SO:
Should std::array have move constructor?
Moving can't be implemented efficiently (O(1)) on
std::array, so why does it have move constructor?
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Blog Staff | Aug 7, 2013 03:49 PM | Tags: intermediate
Quick A: Here are two hints...
array<string>.array<unique_ptr<X>>.Today on SO:
Should std::array have move constructor?
Moving can't be implemented efficiently (O(1)) on
std::array, so why does it have move constructor?
Matt Williams said on Aug 8, 2013 03:42 AM:
Add a Comment
Comments are closed.