[#BloombergLP-bdlde-operator_lshift-07e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::operator<< :relfileprefix: ../../ :mrdocs: Write the string representation of the specified enumeration `value` to the specified output `stream` in a single‐line format, and 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); ` == Synopsis Declared in `<bdlde_base64alphabet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdlde/Base64Alphabet/Enum.adoc[Base64Alphabet::Enum] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#