[#BloombergLP-balxml-Decoder_InstantiateContext-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Decoder_InstantiateContext :relfileprefix: ../../ :mrdocs: COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CATEGORY, class TYPE> struct Decoder_InstantiateContext; ---- == Description This `struct` instantiates a context for the parameterized `TYPE` that falls under the parameterized `CATEGORY`. == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_InstantiateContext-09.adoc[`Decoder_InstantiateContext<bdlat_TypeCategory::Array, bsl::vector<char>>`] | COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. | xref:BloombergLP/balxml/Decoder_InstantiateContext-0f.adoc[`Decoder_InstantiateContext<bdlat_TypeCategory::Simple, bsl::string>`] | COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. | xref:BloombergLP/balxml/Decoder_InstantiateContext-0e.adoc[`Decoder_InstantiateContext<bdlat_TypeCategory::Array, TYPE>`] | COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. | xref:BloombergLP/balxml/Decoder_InstantiateContext-0b.adoc[`Decoder_InstantiateContext<bdlat_TypeCategory::Choice, TYPE>`] | COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. | xref:BloombergLP/balxml/Decoder_InstantiateContext-072.adoc[`Decoder_InstantiateContext<bdlat_TypeCategory::Enumeration, TYPE>`] | COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. | xref:BloombergLP/balxml/Decoder_InstantiateContext-07a.adoc[`Decoder_InstantiateContext<bdlat_TypeCategory::Sequence, TYPE>`] | COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. | xref:BloombergLP/balxml/Decoder_InstantiateContext-0a.adoc[`Decoder_InstantiateContext<bdlat_TypeCategory::Simple, TYPE>`] | COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#