string st = "helloworld"; set<char> s(st.begin(),st.end()) // now the s set is fill with each and every char of st string