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.

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;

Return Value

  • non‐`const` reference to the Default Category

  • const reference to the Default Category

Created with MrDocs