
8 Aug
2010
8 Aug
'10
11:33 p.m.
Follow up ... More precisely, I am wondering if it's possible to create a keyS-extractor for a multi-index container. As a further example, let's say that in addition to the above posting, I have: struct Nursery { std::list<Flower *> flowers; }; Would it be possible to index Nursery via Flower::aliases using the current key-extractors? Thanks, -Mostafa