C/C++ #38 LIKE 0 0 // // true - success // false - value not found for given key // bool CATStorage::getValueForKey(const std::string &key, std::string &value) const { ... std::string().swap(value); ... }