README Container Design, Step 8 --------------------------------------------------------------------------- Here we have added placement push_back, emplace_back, to make it possible to construct element inplace, by supplying arguments matching a constructor of the element type in question. Require variadic template and perfect ' forwarding. ---------------------------------------------------------------------------