[#BloombergLP-balm-MetricRegistry-findCategory] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/MetricRegistry.adoc[MetricRegistry]::findCategory :relfileprefix: ../../../ :mrdocs: Find the specified `category`, a null‐terminated string, in this registry. Return the address of the non‐modifiable `balm::Category` object corresponding to the `category`, or 0 if no such category has been registered. == Synopsis Declared in `<balm_metricregistry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balm/Category.adoc[Category] const* findCategory(char const* category) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#