[#BloombergLP-baljsn-EncoderTestChoiceWithAllCategories-makeCharArray-0f7] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories.adoc[EncoderTestChoiceWithAllCategories]::makeCharArray :relfileprefix: ../../../ :mrdocs: `makeCharArray` overloads == Synopses Declared in `<baljsn_encoder_testtypes.h>` Set this object to the "CharArray" selection. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-00d.adoc[bsl::vector<char>]& xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/makeCharArray-01.adoc[makeCharArray](); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/makeCharArray-01.adoc[_» more..._]# Same as the preceding overload, using the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-00d.adoc[bsl::vector<char>]& xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/makeCharArray-09.adoc[makeCharArray](xref:bsl/vector-00d.adoc[bsl::vector<char>] const& value); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/makeCharArray-09.adoc[_» more..._]# Same as the preceding overload, using the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-00d.adoc[bsl::vector<char>]& xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/makeCharArray-0f6.adoc[makeCharArray](xref:bsl/vector-00d.adoc[bsl::vector<char>]&& value); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/makeCharArray-0f6.adoc[_» more..._]# == Return Value modifiable reference to the "CharArray" selection == Parameters [cols="1,4"] |=== | Name| Description | *value* | value for the selection |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#