13 ConsumesCollector::getConsumables()
const 19 ConsumesCollector::sortConsumables(std::string
const& current_process_name)
23 for (
auto& perBTConsumables : consumables_) {
24 for (
auto&
pi : perBTConsumables) {
27 sort(
begin(perBTConsumables),
end(perBTConsumables));
37 consumables_[bt].emplace_back(
46 consumables_[bt].emplace_back(contype, typeID);
decltype(auto) constexpr end(T &&obj)
ADL-aware version of std::end.
constexpr T pi()
Returns the constant pi (up to 35 decimal digits of precision)
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.