Although a simple for loop can access any of the characters in a string. Sometimes you just want to inspect one character at a given position without visiting them all. The subscript operator [] makes ...
{ // use of Lambda as a predicate to compare the given name // std::find_if algorithm automatically provides/ passes vector elements of m_map (which are struct) as parameter to Lambda // for ...