![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | container-test.cc | 2015-02-11 09:51 | 4.4K | |
![]() | Container.h | 2015-02-11 09:51 | 2.5K | |
![]() | Makefile | 2015-02-11 09:51 | 595 | |
![]() | README | 2015-02-11 09:51 | 419 | |
![]() | Container.tcc | 2016-12-13 10:13 | 12K | |
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. ---------------------------------------------------------------------------