Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 166 Bytes

9.8.md

File metadata and controls

1 lines (1 loc) · 166 Bytes

We can use std::list<std::string>::const_iterator or std::list<std::string>::iterator to read elements, and use std::list<std::string>::iterator to write them.