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;
Created with MrDocs