30 Jul
2010
30 Jul
'10
12:03 p.m.
On Fri, Jul 30, 2010 at 7:49 PM,
Gokulakannan Somasundaram escribió:
Hi,
In boost multi-index, can i verify whether a particular index type is ordered/not or not through meta programming? There are the ordered indexes, hash indexes, sequence indexes etc. Can i find them out through meta programming?
You can if you're given the multi_index_containr type and the position of the index:
Thanks a lot. Is it possible to do the same with named tags? Thanks, Gokul.