Set the name of this metric description to the specified name.
Synopsis
Declared in <balm_metricdescription.h>
void
setName(char const* name);
Description
The behavior is undefined unless the contents of name remains valid and unmodified for the lifetime of this object.
Parameters
Name |
Description |
name |
null‐terminated metric name (held, not owned) |
Created with MrDocs