BloombergLP::balm::MetricsManager::findSpecificPublishers

findSpecificPublishers overloads

Synopses

Declared in <balm_metricsmanager.h>

Append category-specific publishers for category to publishers.

int
findSpecificPublishers(
    bsl::vector<Publisher*>* publishers,
    Category const* category) const;
» more...

Append category-specific publishers for categoryName to publishers.

int
findSpecificPublishers(
    bsl::vector<Publisher*>* publishers,
    char const* categoryName) const;
» more...

Same as the preceding overload, using a std::pmr::vector result.

int
findSpecificPublishers(
    std::pmr::vector<Publisher*>* publishers,
    Category const* category) const;
» more...

Same as the preceding overload, using a std::pmr::vector result.

int
findSpecificPublishers(
    std::pmr::vector<Publisher*>* publishers,
    char const* categoryName) const;
» more...

Same as the preceding overload, using a std::vector result.

int
findSpecificPublishers(
    std::vector<Publisher*>* publishers,
    Category const* category) const;
» more...

Same as the preceding overload, using a std::vector result.

int
findSpecificPublishers(
    std::vector<Publisher*>* publishers,
    char const* categoryName) const;
» more...