|
LIBINT 2.9.0
|
Determines whether an object should be purged from a stack. More...
#include <purgeable.h>
Static Public Member Functions | |
| static bool | purgeable () |
| returns true if objects of this type can be purged | |
| static bool | purge (const T *ref) |
| returns true if obj should be purged | |
Determines whether an object should be purged from a stack.
The default policy is to purge DGVector if it doesn't belong to any DirectedGraph.