typedef map<string, Attr_info, less<string> > AttrMap;
i do not know what "map<", less and ">" represents?
What I little understood from the code is AttrMap is a collection of Attr_infos. If so how can i add a Attr_info into AttrMap?
could u plz help?
thanx