BloombergLP::bslx::operator>>

Right shift operators

Synopses

Declared in <bslx_byteinstream.h>

Read a BDEX-compliant value from the specified input stream.

template<class TYPE>
ByteInStream&
operator>>(
    ByteInStream& stream,
    TYPE& value);
» more...

Read a BDEX-compliant value from the specified test input stream.

template<class TYPE>
TestInStream&
operator>>(
    TestInStream& stream,
    TYPE& value);
» more...

Read the specified value from the specified input stream.

template<
    class STREAMBUF,
    class TYPE>
GenericInStream<STREAMBUF>&
operator>>(
    GenericInStream<STREAMBUF>& stream,
    TYPE& value);
» more...

Return Value

a reference to stream

Parameters

NameDescription
streaminput stream to read from
valuedestination for the extracted value