Hello,

I have a map of stl vectors. Is there any easy was of iterating through the vectors.

typedef std::vector<string> RxSessionIds;
typedef std::map<std::string, RxSessionIds> PDN2RxSessionIdMap;


I have a value of Rx session Id..Want to know which PDN it belongs to

thanks a lot
~pdk