BloombergLP::ball::CategoryManager::defaultCategory

defaultCategory overloads

Synopses

Declared in <ball_categorymanager.h>

Return a non-const reference to the Default Category in this category registry. The behavior is undefined unless addDefaultCategory has been called.

Category&
defaultCategory();
» more...

Return a const reference to the Default Category in this category registry. The behavior is undefined unless addDefaultCategory has been called.

Category const&
defaultCategory() const;
» more...