Subscript operators
Synopses
Declared in <ball_categorymanager.h>
Return a non‐`const` reference to the category at the specified index in the registry of this category manager. The behavior is undefined unless 0 <= index < length().
Category&
operator[](int index);
Return a const reference to the category at the specified index in the registry of this category manager. The behavior is undefined unless 0 <= index < length().
Category const&
operator[](int index) const;
Created with MrDocs