Indicates the operator has a member function that optimizes the generation of unique ids for active elements. More...
#include <TypeTraits.h>
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 } };