24 map<string, string>::const_iterator thePair = theParameters.find(
key);
25 if (thePair != theParameters.end()) {
26 ret = (*thePair).second;
49 std::vector<std::string> records;
52 std::inserter(records, records.end()),
53 [](std::pair<std::string, DropBoxMetadata::Parameters> recordSetEntry) ->
std::string {
54 return recordSetEntry.first;
ret
prodAgent to be discontinued