[#BloombergLP-balcl-TypeInfoUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::TypeInfoUtil :relfileprefix: ../../ :mrdocs: This utility `struct` provides a namespace for functions that perform non‐primitive operations using `TypeInfo` objects. == Synopsis Declared in `<balcl_typeinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TypeInfoUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balcl/TypeInfoUtil/parseAndValidate.adoc[`parseAndValidate`] | Parse `input` into `element` and validate it against `typeInfo`. | xref:BloombergLP/balcl/TypeInfoUtil/satisfiesConstraint-04.adoc[`satisfiesConstraint`] | `satisfiesConstraint` overloads | xref:BloombergLP/balcl/TypeInfoUtil/tokenizeArrayEnvironmentVariable.adoc[`tokenizeArrayEnvironmentVariable`] | Tokenize the specified `input` into the specified `tokens`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#