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-05-26 at 05:42:32 +0000