what does this line say?
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
asilter
Junior Poster in Training
60 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
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
asilter
Junior Poster in Training
60 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953