I am using an unordered_map of unordered_maps, such that I can reference an element using the \"multi key\" syntax:
my_map[k1][k2].
my_map[k1][k2]
Is there a conv