#include <ios>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
|
#define | SSTR(x) static_cast< std::ostringstream & >(( std::ostringstream() << std::dec << x ) ).str() |
|
|
typedef unsigned long long int | uint64 |
|
#define SSTR |
( |
|
x | ) |
static_cast< std::ostringstream & >(( std::ostringstream() << std::dec << x ) ).str() |
Definition at line 10 of file std.h.
typedef unsigned long long int uint64 |
Definition at line 12 of file std.h.
std::string currentDate |
( |
| ) |
|
std::vector<std::string> split |
( |
const std::string & |
text, |
|
|
char |
sep = ' ' |
|
) |
| |
float stof |
( |
std::string |
| ) |
|
std::string trim |
( |
const std::string & |
| ) |
|