Changeset 430:60e4627e8c74 in lemon-0.x for src/include/bin_heap.h
- Timestamp:
- 04/26/04 20:08:46 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/bin_heap.h
r274 r430 62 62 #define BIN_HEAP_HH 63 63 64 ///ingroup auxdat 64 65 ///\file 65 66 ///\brief Binary Heap implementation. … … 71 72 namespace hugo { 72 73 73 /// A Binary Heap implementation. 74 /// \addtogroup auxdat 75 /// @{ 76 77 /// A Binary Heap implementation. 74 78 template <typename Item, typename Prio, typename ItemIntMap, 75 79 typename Compare = std::less<Prio> > … … 236 240 } 237 241 242 ///@} 243 238 244 } // namespace hugo 239 245
Note: See TracChangeset
for help on using the changeset viewer.