bsl::basic_istringstream::operator>>

Floating point arithmetic extractors

Synopsis

Declared in <bslstl_istringstream.h>

__istream_type&
operator>>(float& __f);

Description

@{

These functions use the stream's current locale (specifically, the num_get facet) to parse the input data.

Return Value

*this if successful

Parameters

NameDescription
__fA variable of builtin floating point type.