Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 183 Bytes

11.29.md

File metadata and controls

5 lines (4 loc) · 183 Bytes

When we pass a key that is not in container,

  • upper_bound will return c.end(),
  • lower_bound will return c.end(),
  • equal_range will return make_pair(c.end(), c.end()).