Galois::has_deterministic_id< T > Struct Template Reference

Indicates the operator has a member function that optimizes the generation of unique ids for active elements. More...

#include <TypeTraits.h>


Detailed Description

template<typename T>
struct Galois::has_deterministic_id< T >

Indicates the operator has a member function that optimizes the generation of unique ids for active elements.

This function should be thread-safe.

The type conforms to the following:

  struct T {
    uintptr_t galoisDeterministicId(const A& item) const { 
      // returns a unique identifier for item
    }
  };

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

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1