stol overloads
Synopses
Declared in <bslstl_string.h>
Parse the specified str as a signed long integer; see stoll for details.
Same as stol for wstring.
Return Value
long value parsed from str
Parameters
Name |
Description |
str |
string to parse |
pos |
optional output for the index after the parsed value |
base |
numeric base for parsing (0 or 2..36) |
Created with MrDocs