Victor Nazarov wrote:
> Sorry for a dumb question, but it's hard to find an answer.
> How can I check in C++ if one set supersedes another? operator < ?
> Actually I want to check if two sets are not equal and none of them
> supersedes the other.
>
> --
> vir
I would think that you would need to do a "for each" on
the set using a "supercedes" function. So how are you
defining "supercede"?
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq:
http://www.parashift.com/c++-faq-lite
C Faq:
http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book