In the second version of error_msg that has an ErrCode parameter, what is the type of elem in the for loop
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:6| Question number:28
All Answers
total answers (1)
The type of
`elem`
is`const string &`
.