23 Aug
2010
23 Aug
'10
3:49 p.m.
Hello,
I have the following question. I have two containers
std::setstd::string insertedEvents;
std::vectorstd::string eventNames;
How I would like to copy all those elements from eventNames which are not
in insertedEvents. Can this can be done somehow using the boost::bind
feature?
I am doing it at the moment using a silly loop:
for(size_t i=0; i