set<T> st; //declaration st<T> st::iterator it; //iterator declaration it=st.upper_bound(T key); Parameter(s) It accepts a "key" ofTtype. Return value Iflower_boundof the key exists in the set, Iterator pointer to the lower bound, Else,st.end() ...