#pragma once #include namespace Documentation { class CppReference { public: static std::string get_url(const std::string &symbol) noexcept; }; }