#include <petsc/private/hashset.h> PETSC_HASH_SET(HSetT, KeyType, HashFunc, EqualFunc)
HSetT | - The hash table set type name suffix | |
KeyType | - The type of entries | |
HashFunc | - Routine or function-like macro computing hash values from entries | |
EqualFunc | - Routine or function-like macro computing whether two values are equal |