[#BloombergLP-baljsn-EncoderTestChoiceWithAllCategoriesEnumeration-print] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesEnumeration.adoc[EncoderTestChoiceWithAllCategoriesEnumeration]::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_encoder_testtypes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& print( std::ostream& stream, xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesEnumeration/Value.adoc[Value] value); ---- == Return Value a reference to the modifiable `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *value* | enumeration value to print |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#