select a set of values from tuple with run-time index
问题 Short introduction to my questions: i'm trying to implement a "sort of" relational database using stl containers. This is just for fun/educational purpose, so no need for answers like "use this library", "this is absolutely useless" and so on. I know title is a little bit confusing at this point, but we will reach the point (suggestions for improvement to title are really welcome). I proceeded with little steps: i can build table as vector of maps from columns name to their values => std: