#pragma once #include "chapter_interface.h" class StructuredBindingTest : public ChapterTest { public: virtual void run() override; };