bsl::stoi

Same as stoi for wstring.

Synopsis

Declared in <bslstl_string.h>

int
stoi(
    wstring const& str,
    std::size_t* pos = 0,
    int base = 10);

Return Value

int value parsed from str

Parameters

NameDescription
strstring to parse
posoptional output for the index after the parsed value
basenumeric base for parsing (0 or 2..36)