Re: [Boost-users] bimap: one to many

2020-03-13 Thread Joaquin M López Muñoz via Boost-users
El 12/03/2020 a las 21:53, MM via Boost-users escribió: Hello I want a collection to store a relationship N to M like so: Item of type A                 Item of type B A1                                    B1,B2,B3 A2                                    B4 A3                                    B1

Re: [Boost-users] bimap: one to many

2020-03-12 Thread Gavin Lambert via Boost-users
On 13/03/2020 09:53, MM wrote: I want a collection to store a relationship N to M like so: Item of type A                 Item of type B A1                                    B1,B2,B3 A2                                    B4 A3                                    B1 and I would like a convenient

[Boost-users] bimap: one to many

2020-03-12 Thread MM via Boost-users
Hello I want a collection to store a relationship N to M like so: Item of type A Item of type B A1B1,B2,B3 A2B4 A3B1 and I would like a convenient way to get from a A instan