[#bsl-stod-04] = xref:bsl.adoc[bsl]::stod :relfileprefix: ../ :mrdocs: `stod` overloads == Synopses Declared in `<bslstl_string.h>` Same as `stod` for `string`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- double xref:bsl/stod-0b.adoc[stod]( xref:bsl/string.adoc[string] const& str, std::size_t* pos = 0); ---- [.small]#xref:bsl/stod-0b.adoc[_» more..._]# Same as `stod` for `wstring`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- double xref:bsl/stod-0e.adoc[stod]( xref:bsl/wstring.adoc[wstring] const& str, std::size_t* pos = 0); ---- [.small]#xref:bsl/stod-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#