> > do you know if, in std, it is possible to have a multiset of class X > > objects in class X?... or any ideas about how to make a sorting > > function? > > > have an object contain itself? perhaps you should tell us what exactly > it is you think you want to do. > or do you want an object to contain a collection of it's own types?
yes, i was trying to create an object to contain a collection of it's own types and to sort that collection. i managed to make it work with multiset. thank you very much!
