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>
bsls::AtomicInt const&
isEnabledRaw() const;
Created with MrDocs