1
0
Fork 0
modern_cpp_tutorial/chapters/chapter_02/include/chapter_2_tests.h

6 lines
129 B
C++

#include "chapter_interface.h"
#include <memory>
#include <vector>
std::vector<std::unique_ptr<ChapterTest>> chapter_2_tests();