Return a reference to the enabled status of this category.
Synopsis
Declared in <balm_category.h>
bsls::AtomicInt const&
isEnabledRaw() const;
Description
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.
Return Value
const reference to the enabled status of this category
Created with MrDocs