[#BloombergLP-balm-Metrics_Helper-initializeCategoryHolder] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/Metrics_Helper.adoc[Metrics_Helper]::initializeCategoryHolder :relfileprefix: ../../../ :mrdocs: Initialize the specified category `holder` for the specified `category`. == Synopsis Declared in `<balm_metrics.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void initializeCategoryHolder( xref:BloombergLP/balm/CategoryHolder.adoc[CategoryHolder]* holder, char const* category); ---- == Description Load into the specified `holder` the address and enabled status of the specified `category`, and add `holder` to the list of category holders for `category`. The behavior is undefined unless the balm metrics manager singleton is valid. == Parameters [cols="1,4"] |=== | Name| Description | *holder* | category holder to initialize | *category* | null‐terminated category name |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#