AStar::StateCmp< State, Cmp > Struct Template Reference
For efficient lookup of existance of states in open or closed list, uses user's Cmp on the user state within the search node.
More...
#include <AStar.h>
Detailed Description
template<class State, class Cmp>
struct AStar::StateCmp< State, Cmp >
For efficient lookup of existance of states in open or closed list, uses user's Cmp on the user state within the search node.
Definition at line 39 of file AStar.h.
List of all members.
Public Member Functions |
bool | operator() (const Node< State > *left, const Node< State > *right) const |
Member Function Documentation
template<class State , class Cmp >
The documentation for this struct was generated from the following file: