Boost logo

Boost Users :

Subject: Re: [Boost-users] Container with insertion order
From: Igor R (boost.lists_at_[hidden])
Date: 2011-11-23 11:34:25


>        indexed_by<
>                random_access<>,
>                ordered_non_unique<member<item, int, &item::i_> >
>        >

(of course, you can omit the second ordered_non_unique<> index, if you
don't need it)


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net