|
ORE Studio 0.0.4
|
Type conversion utilities. More...
#include <converter.hpp>

Static Public Member Functions | |
| static int | string_to_int (std::string s, int base=10) |
| Converts a string into an integer. | |
Type conversion utilities.
|
static |
Converts a string into an integer.
| s | string to convert. |
| base | numeric base to use. |
