Changeset 1204:c3e29c6ae4e4 in lemon-0.x for src/lemon/fib_heap.h
- Timestamp:
- 03/07/05 09:54:45 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1617
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/fib_heap.h
r1185 r1204 45 45 ///\param Item Type of the items to be stored. 46 46 ///\param Prio Type of the priority of the items. 47 ///\param ItemIntMap A read and writable Item int map, for the usage of48 ///t he heap.47 ///\param ItemIntMap A read and writable Item int map, used internally 48 ///to handle the cross references. 49 49 ///\param Compare A class for the ordering of the priorities. The 50 50 ///default is \c std::less<Prio>.
Note: See TracChangeset
for help on using the changeset viewer.