bsl::basic_istringstream::operator>>

Extract a boolean value from this stream.

Synopsis

Declared in <bslstl_istringstream.h>

BaseStream&
operator>>(bool& value);

Return Value

a reference to this stream

Parameters

NameDescription
valuedestination for the extracted value