#ifndef UTILS_H #define UTILS_H #include using namespace std; class Utils { public: static optional charStringToInt(string charString); }; #endif