BloombergLP::bdlde::operator<<

Write the string representation of the specified enumeration value to the specified output stream in a single-line format.

Synopsis

Declared in <bdlde_base64alphabet.h>

std::ostream&
operator<<(
    std::ostream& stream,
    Base64Alphabet::Enum value);

Description

Return a reference to stream. See toAscii for what constitutes the string representation of a bdlde::Base64Alphabet::Enum value. Note that this method has the same behavior as ` bdlde::Base64Alphabet::print(stream, value, 0, -1); `

Return Value

a reference to stream

Parameters

NameDescription
streamoutput stream
valueenumeration value to write