Hi there,
I think I was wrong when I was using a map. Instead I should have
presented my code using a vector. Here is another try to explain in
what I'm looking for. Image a 2D matrix of types. Meaning a vector of
types vectors. Like:
namespace fields
{
struct id {};
struct name {};
struct address {};
struct birthday {};
}
namespace tags
{
struct pri {};
struct val {};
}
typedef fusion::vector