Searched defs:lower_bound (Results 1 – 1 of 1) sorted by relevance
76 iterator lower_bound(const K& k) { return map_.lower_bound(k); } in lower_bound() function77 const_iterator lower_bound(const K& k) const { return map_.lower_bound(k); } in lower_bound() function