getCategorySchedule overloads
Synopses
Declared in <balm_publicationscheduler.h>
Load the current category publication schedule into result.
int
getCategorySchedule(bsl::vector<bsl::pair<Category const*, bsls::TimeInterval>>* result) const;
Same as the preceding overload, using a std::pmr::vector result.
int
getCategorySchedule(std::pmr::vector<std::pair<Category const*, bsls::TimeInterval>>* result) const;
Same as the preceding overload, using a std::vector result.
int
getCategorySchedule(std::vector<std::pair<Category const*, bsls::TimeInterval>>* result) const;
Created with MrDocs