BloombergLP::operator<<

Stream insertion operators

Synopses

Declared in <bdlat_attributeinfo.h>

Write the value of the specified attributeInfo to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    bdlat_AttributeInfo const& attributeInfo);
» more...

Write the value of the specified enumeratorInfo to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    bdlat_EnumeratorInfo const& enumeratorInfo);
» more...

Write the value of the specified selectionInfo to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    bdlat_SelectionInfo const& selectionInfo);
» more...