BloombergLP::bsltf::operator<<

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

Synopses

Declared in <bsltf_streamutil.h>

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    MoveOnlyAllocTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    UnionTestType const& object);
» more...

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

template<
    class STREAM,
    class ALLOC>
STREAM&
operator<<(
    STREAM& stream,
    StdAllocTestType<ALLOC> const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    SimpleTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    NonTypicalOverloadsTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    NonOptionalAllocTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    NonEqualComparableTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    NonDefaultConstructibleTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    NonCopyConstructibleTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    NonAssignableTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    TemplateTestFacility::MethodPtr const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    MovableTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    MovableAllocTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    EnumeratedTestType::Enum const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    EmplacableTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    BitwiseMoveableTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    BitwiseCopyableTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    AllocTestType const& object);
» more...

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

template<class STREAM>
STREAM&
operator<<(
    STREAM& stream,
    AllocEmplacableTestType const& object);
» more...

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

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