#ifndef STRING_UTILS_HPP_INCLUDED
#define STRING_UTILS_HPP_INCLUDED

#include <string>

bool to_bool(const std::string& val);

#endif /* STRING_UTILS_HPP_INCLUDED */