1 2 3 4 5 6 7 8
#ifndef STRING_UTILS_HPP_INCLUDED #define STRING_UTILS_HPP_INCLUDED #include <string> bool to_bool(const std::string& val); #endif /* STRING_UTILS_HPP_INCLUDED */