- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
//
// true - success
// false - value not found for given key
//
bool CATStorage::getValueForKey(const std::string &key, std::string &value) const
{
...
std::string().swap(value);
...
}