|
Webserv
|
#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | utils |
Functions | |
| template<typename T> | |
| std::string | utils::toString (T const &v) |
| template<typename T> | |
| T | utils::fromString (std::string const &str) |
| std::string | utils::trim (const std::string &s) |
| bool | utils::isAllDigit (std::string const &s) |
| void | utils::toLower (std::string &s) |