BloombergLP::bsltf::operator<<

Stream the identifier of the specified object to stream.

Synopsis

Declared in <bsltf_streamutil.h>

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    AllocBitwiseMoveableTestType const& object);

Description

Stream the integer representing the value of the specified object to the specified stream.

Return Value

reference to stream

Parameters

NameDescription
streamoutput stream to write to
objecttest type whose identifier is streamed