[#BloombergLP-bdlde-Base64Alphabet] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::Base64Alphabet :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for enumerating the set of alphabets. See `Enum` in the TYPES sub‐section for details. == Synopsis Declared in `<bdlde_base64alphabet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Base64Alphabet; ---- == Description This class: * supports a complete set of _enumeration_ operations * except for `bdex` serialization For terminology see `bsldoc_glossary`. == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/Base64Alphabet/Enum.adoc[`Enum`] | Enumeration of the supported Base64 alphabets. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/Base64Alphabet/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/bdlde/Base64Alphabet/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#