Searched defs:upper_bound (Results 1 – 2 of 2) sorted by relevance
136 T clamp(T value, T lower_bound, T upper_bound) { in clamp()
518 iterator upper_bound( const key_type& key ) { in upper_bound() function522 const_iterator upper_bound( const key_type& key ) const { in upper_bound() function527 typename std::enable_if<is_transparent<K>::value, iterator>::type upper_bound( const K& key ) { in upper_bound() function532 …typename std::enable_if<is_transparent<K>::value, const_iterator>::type upper_bound( const K& key … in upper_bound() function