Changeset 42:3a98515e9bc3 in lemon-main for lemon/maps.h
- Timestamp:
- 01/07/08 19:27:17 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/maps.h
r39 r42 175 175 176 176 typedef True ReferenceMapTag; 177 /// \e177 ///Key type 178 178 typedef K Key; 179 /// \e179 ///Value type 180 180 typedef T Value; 181 /// \e181 ///Reference Type 182 182 typedef T& Reference; 183 /// \e183 ///Const reference type 184 184 typedef const T& ConstReference; 185 185
Note: See TracChangeset
for help on using the changeset viewer.