#pragma once #include class Comperator { static constexpr bool INTERNAL_REFERANCE = true; public: Comperator(); static void on(); static void off(); static bool compare(); };