Function reach::extractSubset

Function Documentation

std::vector<double> reach::extractSubset(const std::map<std::string, double> &input, const std::vector<std::string> &keys)

Extracts the subset vector of values from the input map that correspond to the ordered input keys.