Print the category and name of this metric description.
Synopsis
Declared in <balm_metricdescription.h>
std::ostream&
print(std::ostream& stream) const;
Description
Print the category and name of this metric description to the specified output stream in some single‐line human‐readable form, and return a reference to the modifiable stream.
Return Value
reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
Created with MrDocs