|
Britbot
|
|
template<T >
Returns (in O(1)!) whether the given node is in the queue. O(1) Implements Britbot.PriorityQueue.IPriorityQueue< T >. Definition at line 81 of file HeapPriorityQueue.cs. {
return (this._nodes[node.QueueIndex] == node);
}
|
1.7.6.1