Adaptor for data comparison in graph nodes.
More...
#include <vgtl_intadapt.h>
List of all members.
|
Public Member Functions |
| _G_compare_adaptor (const Predicate &__p) |
| constructor
|
bool | operator() (const void *r, const void *l) const |
| make it a function object on the nodes
|
Detailed Description
template<class Predicate, class _Node>
class _G_compare_adaptor< Predicate, _Node >
This adaptor takes a binary predicate for node data and transforms it to a binary predicate on the nodes.
Definition at line 317 of file vgtl_intadapt.h.
The documentation for this class was generated from the following file: