Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 194 Bytes

11.19.md

File metadata and controls

5 lines (3 loc) · 194 Bytes

The definition can be written as

multiset<Sales_data, bool (*)(const Sales_data &, const Sales_data &>::iterator it = bookstore.begin();

Note that iterators for sets are always const.