stoul overloads

Synopses

Declared in <bslstl_string.h>

Parse the specified str as an unsigned long integer.

unsigned long
stoul(
    string const& str,
    std::size_t* pos = 0,
    int base = 10);

Same as stoul for wstring.

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

Created with MrDocs