Changeset 210:81cfc04531e8 in lemon-1.2 for lemon/concepts
- Timestamp:
- 07/13/08 21:09:47 (17 years ago)
- Branch:
- default
- Children:
- 211:542dd614cbb4, 212:1ae84dea7d09, 214:60eecd3fe37a, 216:6d7bfcf5b48e
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concepts/maps.h
r209 r210 44 44 /// The key type of the map. 45 45 typedef K Key; 46 /// The value type of the map. (The type of objects associated with the keys). 46 /// \brief The value type of the map. 47 /// (The type of objects associated with the keys). 47 48 typedef T Value; 48 49 … … 83 84 /// The key type of the map. 84 85 typedef K Key; 85 /// The value type of the map. (The type of objects associated with the keys). 86 /// \brief The value type of the map. 87 /// (The type of objects associated with the keys). 86 88 typedef T Value; 87 89 … … 122 124 /// The key type of the map. 123 125 typedef K Key; 124 /// The value type of the map. (The type of objects associated with the keys). 126 /// \brief The value type of the map. 127 /// (The type of objects associated with the keys). 125 128 typedef T Value; 126 129 … … 155 158 /// The key type of the map. 156 159 typedef K Key; 157 /// The value type of the map. (The type of objects associated with the keys). 160 /// \brief The value type of the map. 161 /// (The type of objects associated with the keys). 158 162 typedef T Value; 159 163 /// The reference type of the map.
Note: See TracChangeset
for help on using the changeset viewer.