Kruskal::DefRadixSort Struct Reference
#include <lemon/kruskal.h>
List of all members.
Detailed Description
template<typename _UGraph, typename _CostMap, typename _Traits = KruskalDefaultTraits<_UGraph, _CostMap>>
struct lemon::Kruskal< _UGraph, _CostMap, _Traits >::DefRadixSort
Named parameter for setting the sort function to radix sort. The value type of the cost map should be integral, of course.
The documentation for this struct was generated from the following file: