Circulation::DefStandardElevator Struct Template Reference
#include <lemon/circulation.h>
List of all members.
Detailed Description
template<class _Graph, class _LCapMap = typename _Graph::template EdgeMap<int>, class _UCapMap = _LCapMap, class _DeltaMap = typename _Graph::template NodeMap< typename _UCapMap::Value>, class _Traits = CirculationDefaultTraits<_Graph, _LCapMap, _UCapMap, _DeltaMap>>
template<typename _Elevator>
struct lemon::Circulation< _Graph, _LCapMap, _UCapMap, _DeltaMap, _Traits >::DefStandardElevator< _Elevator >
Named parameter for setting
Elevator type. The
Elevator should be standard constructor interface, ie. the graph and the maximum level should be passed to it.
The documentation for this struct was generated from the following file: