bsl::stoll

stoll overloads

Synopses

Declared in <bslstl_string.h>

Same as stoll for string.

long long
stoll(
    string const& str,
    std::size_t* pos = 0,
    int base = 10);
» more...

Same as stoll for wstring.

long long
stoll(
    wstring const& str,
    std::size_t* pos = 0,
    int base = 10);
» more...