#include <string>
#include <vector>
Go to the source code of this file.
|
std::string | itoa (int a) |
|
std::vector< std::string > | split (const std::string &str, const std::string &delimiters) |
|
std::string | to_lower (std::string str) |
|
bool | is_number (const std::string &s) |
|
◆ is_number()
bool is_number |
( |
const std::string & |
s | ) |
|
◆ itoa()
std::string itoa |
( |
int |
a | ) |
|
◆ split()
std::vector<std::string> split |
( |
const std::string & |
str, |
|
|
const std::string & |
delimiters |
|
) |
| |
◆ to_lower()
std::string to_lower |
( |
std::string |
str | ) |
|