[#BloombergLP-balm-Category-isEnabledRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/Category.adoc[Category]::isEnabledRaw :relfileprefix: ../../../ :mrdocs: Return a _reference_ to a const value indicating the enabled status of this category, allowing downstream uses to minimize latency by avoiding indirection through abstracted interfaces, albeit at some risk of object‐lifetime violations. The returned reference must not be allowed to outlive this category object. == Synopsis Declared in `<balm_category.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/AtomicInt.adoc[bsls::AtomicInt] const& isEnabledRaw() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#