Same as the preceding overload, using a std::pmr::vector result.
Declared in <balm_metricsmanager.h>
int
findSpecificPublishers(
std::pmr::vector<Publisher*>* publishers,
char const* categoryName) const;
the number of publishers found for the named category
| Name | Description |
|---|---|
| publishers | receives addresses of category-specific publishers |
| categoryName | null-terminated category name |