i am a newbie to boost multi_index,
and currently trying to create a multi index container for which i will be able to define indices after the container is declared.
In particular i want to load a number of different mysql dbs and thus need a generic structure in which keys are not known a-priori. Can boost::multi_index support such a functionality? I have tried to use the 'ctor_args_list' option but it seems not to work for this case.
Thank you very much!