|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What is the collection class correspondent to std::set?What is the collection class correspondent to std::set? I know Dictionary<>
roles as std::map... Please reply. Thanks in advance. Hyun-jik Bae Hyun-jik Bae <imays_NOSPAM_@paran.com> wrote:
> What is the collection class correspondent to std::set? I know Dictionary<> There isn't one, unfortunately. You can use a dictionary which maps > roles as std::map... everything to the same value (or to itself), however. -- Jon Skeet - <sk***@pobox.com> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet If replying to the group, please do not mail me too Hyun-jik Bae wrote:
> What is the collection class correspondent to std::set? I know As Jon already replied, there isn't one in the framework. There is one in > Dictionary<> roles as std::map... the PowerCollections [1] library though. There's also one in the C5 [2] library. [1] http://www.gotdotnet.com/content/featuredsite/powercollections/default.aspx [2] http://www.itu.dk/research/c5/ -cd |
|||||||||||||||||||||||