Same as the preceding overload, using a std::pmr::vector result.
Synopsis
Declared in <balm_metricsmanager.h>
int
findSpecificPublishers(
std::pmr::vector<Publisher*>* publishers,
Category const* category) const;
Return Value
the number of publishers found for category
Parameters
Name |
Description |
publishers |
receives addresses of category‐specific publishers |
category |
category whose specific publishers are retrieved |
Created with MrDocs