BloombergLP::balm::Category::Category

Create a category having the specified name address. Optionally specify enabledFlag, the enabled status of the category; if enabledFlag is not specified, the enabled status is true. The behavior is undefined unless name remains valid and unmodified for the lifetime of this object.

Synopsis

Declared in <balm_category.h>

explicit
Category(
    char const* name,
    bool enabledFlag = true);