BloombergLP::balber::operator<<

Stream insertion operators

Synopses

Declared in <balber_berconstants.h>

Format the specified tagClass to the specified output stream and return a reference providing modifiable access to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    BerConstants::TagClass tagClass);
» more...

Format the specified tagType to the specified output stream and return a reference providing modifiable access to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    BerConstants::TagType tagType);
» more...

Format the specified rhs to the specified output stream.

std::ostream&
operator<<(
    std::ostream& stream,
    BerEncoderOptions const& rhs);
» more...

Format the specified rhs to the specified output stream and return a reference providing modifiable access to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    BerUniversalTagNumber::Value rhs);
» more...

Format the specified rhs to the specified output stream and return a reference providing modifiable access to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    BerDecoderOptions const& rhs);
» more...