chronon::observe::CategoryInfo
Metadata for a registered category.
#include <Types.hpp>
Public Attributes
| Name | |
|---|---|
| std::string | name |
| CategoryMask | mask Assigned at registration. |
| std::string | description |
Public Attributes Documentation
variable name
std::string name;
variable mask
CategoryMask mask = 0;
Assigned at registration.
variable description
std::string description;
Updated on 2026-07-06 at 09:03:34 +0000