#ifndef STRING_UTILS_HPP_INCLUDED #define STRING_UTILS_HPP_INCLUDED #include #include bool to_bool(const std::string& val); std::vector cut(const std::string& val, const std::size_t size); #endif /* STRING_UTILS_HPP_INCLUDED */