utils: introduce trim()
Αυτή η υποβολή περιλαμβάνεται σε:
2
utils.h
2
utils.h
@@ -93,5 +93,7 @@ template <class T> inline std::string toString(const T &v)
|
||||
return std::string(v.begin(), v.end());
|
||||
}
|
||||
|
||||
std::string trim(const std::string &str);
|
||||
|
||||
} // namespace utils
|
||||
#endif
|
||||
|
Αναφορά σε νέο ζήτημα
Block a user