#ifndef STRING_UTILS_HPP_INCLUDED #define STRING_UTILS_HPP_INCLUDED #include bool to_bool(const std::string& val); #endif /* STRING_UTILS_HPP_INCLUDED */