Set the category of this metric description to the object at the specified category address.
Synopsis
Declared in <balm_metricdescription.h>
void
setCategory(Category const* category);
Description
The behavior is undefined unless category remains valid for the lifetime of this object.
Parameters
Name |
Description |
category |
address of the category (held, not owned) |
Created with MrDocs