findGeneralPublishers overloads
Synopses
Declared in <balm_metricsmanager.h>
Append general publishers to the specified publishers vector.
int
findGeneralPublishers(bsl::vector<Publisher*>* publishers) const;
Same as the preceding overload, using a std::pmr::vector result.
int
findGeneralPublishers(std::pmr::vector<Publisher*>* publishers) const;
Same as the preceding overload, using a std::vector result.
int
findGeneralPublishers(std::vector<Publisher*>* publishers) const;
Return Value
the number of publishers found
Parameters
Name |
Description |
publishers |
receives addresses of general publishers |
Created with MrDocs