[#BloombergLP-bdlat_ArrayFunctions-ElementType-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayFunctions.adoc[bdlat_ArrayFunctions]::ElementType :relfileprefix: ../../ :mrdocs: This meta‐function should contain a typedef `Type` that specifies the type of element stored in an array of the parameterized `TYPE`. == Synopsis Declared in `<bdlat_arrayfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct ElementType; ---- == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlat_ArrayFunctions/ElementType-02.adoc[`ElementType<bdlar::ArrayConstRef>`] | xref:BloombergLP/bdlat_ArrayFunctions/ElementType-0b.adoc[`ElementType<bdlar::ArrayRef>`] | xref:BloombergLP/bdlat_ArrayFunctions/ElementType-00.adoc[`ElementType<bsl::vector<TYPE, ALLOC>>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#