96 std::map<MemoryID, std::vector<PredictionEngine>> engines;
100 derivedThis.forEachChild(
101 [&engines](
const auto& child)
103 const auto& childMap = child.getAllPredictionEngines();
104 engines.insert(childMap.begin(), childMap.end());
108 const auto& ownEngines = derivedThis.predictionEngines();
109 if (not ownEngines.empty())
111 engines.emplace(derivedThis.id(), derivedThis.predictionEngines());