|
C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Implement insert for tiny sequences.
More...
Functions | |
| static void | anonymous_namespace{chapter-5.cpp}::test_exercise_5_3 () |
| Tests for Exercise 5-3. | |
Implement insert for tiny sequences.
5-3. Drawing on the example of our push_back implementation, implement insert
for tiny sequences. Refactor the implementation of push_back so that it
shares more code with insert.
|
static |
Tests for Exercise 5-3.
Definition at line 215 of file chapter-5.cpp.