stod overloads

Synopses

Declared in <bslstl_string.h>

Same as stod for string.

double
stod(
    string const& str,
    std::size_t* pos = 0);

Same as stod for wstring.

double
stod(
    wstring const& str,
    std::size_t* pos = 0);

Created with MrDocs