summaryrefslogtreecommitdiff
path: root/louloulibs/utils/string.hpp
blob: 3775c36b1fdd74a155feb5383f6c262f697f6435 (plain)
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 */