hi,
I need to use tree structure inside a ATL COM server. I thought of using stl::map<> for this purpose as follows.
BaseMap[k1,NextLevelMap[k2, NextLevelMap[k3, Value]]]
But I need to know, whether using such a structure inside ATL is safe and possibility of debugging support with maps.
Thank you