j
k
j a
j l
"JOAQUIN LOPEZ MU?Z" <joaquin@tid.es> wrote
std::set<int> s; ... boost::optional<int> oi=s.insert(10); // oi is initialized iff insertion took place.
set::insert returns pair of iterator + bool. /Pavel
Back to the thread
Back to the list