Sprout.String
Description
Non-member functions
inserters and extractors
function |
|
operator<< |
|
operator>> |
|
numeric conversions (string to numeric)
function |
|
string_to_int |
|
stoi |
|
stol |
|
stoul |
|
stoll |
|
stoull |
|
stoimax |
|
stoumax |
|
from_string <IntType> |
|
string_to_float |
|
stof |
|
stod |
|
stold |
|
from_string <FloatType> |
|
numeric conversions (numeric to string)
function |
|
int_to_string |
|
to_string_of <IntType> |
|
to_string <IntType> |
|
to_wstring <IntType> |
|
to_u16string <IntType> |
|
to_u32string <IntType> |
|
float_to_string |
|
float_to_string_exp |
|
to_string_of <FloatType> |
|
to_string <FloatType> |
|
to_wstring <FloatType> |
|
to_u16string <FloatType> |
|
to_u32string <FloatType> |
|
string generators
function |
|
to_string |
|
string_from_c_str |
|
make_string |
|
shrink |
|
stretch |
|