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

9 lines
131 B
C
Raw Normal View History

2023-10-18 18:29:41 +00:00
#pragma once
#include "chapter_interface.h"
class ConstExpTest : public ChapterTest {
public:
virtual void test() override;
2023-10-18 18:29:41 +00:00
};