|
protectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
| __beg | Start of input stream. |
| __end | End of input stream. |
| __io | Source of locale and flags. |
| __err | Error flags to set. |
| __v | Value to format and insert. |
Definition at line 741 of file locale_facets.tcc.
References num_get(), std::__convert_to_v(), _M_extract_float(), std::locale::facet::_S_get_c_locale(), std::basic_string< _CharT, _Traits, _Alloc >::c_str(), std::ios_base::eofbit, and std::basic_string< _CharT, _Traits, _Alloc >::reserve().
