Always

A visitation stratergy which always returns true

template Always(T)
bool
Always

Members

Functions

Always
bool Always(Graph!(T) treeNode)

Whatever graph node is provided always accept a visitation to it

Meta