SyntaxFix
Write A Post
Hire A Developer
Questions
You can update the value like following
auto itr = m.find('ch'); if (itr != m.end()){ (*itr).second = 98; }