[#BloombergLP-baljsn-EncodingStyle-print] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncodingStyle.adoc[EncodingStyle]::print :relfileprefix: ../../../ :mrdocs: Write to the specified `stream` the string representation of the specified enumeration `value`. Return a reference to the modifiable `stream`. == Synopsis Declared in `<baljsn_encodingstyle.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& print( std::ostream& stream, xref:BloombergLP/baljsn/EncodingStyle/Value.adoc[Value] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#