Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 182 Bytes

11.30.md

File metadata and controls

5 lines (3 loc) · 182 Bytes

pos is a pair of iterators.

pos.first is the first iterator in pair.

pos.first->second derefences the iterator and get a pair of two strings, then returns the second string.