LIBINT  2.1.0-stable
Static Public Member Functions | List of all members
libint2::DefaultPurgingPolicy< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct libint2::DefaultPurgingPolicy< T >

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.


The documentation for this struct was generated from the following file: