Vicente J. Botet Escriba
Hi Joaquin,
I have a use case where I have several keys to the same flyweight.
I was trying to associate a multi-index as factory, but I don't see how it could be done.
I believe that I would need something like a multikey_value
where KeyK should be deduced from KeyExtractorK.
Have you found this use case already?
Do you think this could be a good GSoC project?
Hi Vicente This is the first time I hear about such use case... intriguing. Can you elaborate a bit more? * Can you provide a motivating example? * What are the contidions in which flyweight(k1)==flyweight(k2), with type(k1)=K1, type(k2)=K2? Note that in the regular key-value case, identity of flyweights is defined as identity of keys. * How's this supposed to behave when K1=K2? Best Joaquín M López Muñoz Telefónica