Floating point arithmetic extractors
Declared in <bslstl_istringstream.h>
__istream_type&
operator>>(float& __f);
@{
These functions use the stream's current locale (specifically, the num_get facet) to parse the input data.
*this if successful
| Name | Description |
|---|---|
| __f | A variable of builtin floating point type. |