Index of /~TDDD38/exercises/Container_Design/src/Step_8

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]Container.h2015-02-11 09:51 2.5K 
[   ]Container.tcc2016-12-13 10:13 12K 
[   ]Makefile2015-02-11 09:51 595  
[TXT]README2015-02-11 09:51 419  
[TXT]container-test.cc2015-02-11 09:51 4.4K 

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.
---------------------------------------------------------------------------