Changeset 2202:09cbc87cb4ab in lemon-0.x for lemon/bits/vector_map.h
- Timestamp:
- 09/06/06 12:19:57 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2927
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/vector_map.h
r2031 r2202 43 43 /// The VectorMap template class is graph map structure what 44 44 /// automatically updates the map when a key is added to or erased from 45 /// the map. This map factory uses the allocators to implement 46 /// the container functionality. This map factory 47 /// uses the std::vector to implement the container function. 45 /// the map. This map type uses the std::vector to store the values. 48 46 /// 49 47 /// \param Notifier The AlterationNotifier that will notify this map.
Note: See TracChangeset
for help on using the changeset viewer.