DEBSOURCES
Skip Quicknav
sources / cpr / 1.12.0-1 / test / singleton_tests.hpp
123456789
#pragma once #include "cpr/cpr.h" class TestSingleton { CPR_SINGLETON_DECL(TestSingleton) private: TestSingleton() = default; };