set insert « set multiset « C++ Tutorial






19.5.set insert
19.5.1.Use insert() to add element to a set
19.5.2.set.insert returns pair: p.first represents location and p.second represents the successfulness