Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 131 Bytes

11.15.md

File metadata and controls

5 lines (4 loc) · 131 Bytes

For map<int, vector<int>>:

  • mapped_type is vector<int>.
  • key_type is int.
  • value_type is pair<int, vector<int>>.