Dynalib Utils
Macros
DynaHashSetImpl.h File Reference
#include <iostream>
#include <type_traits>
#include "BitManip.h"
#include "DynaAllocImpl.h"
#include "DynaHashSet.h"
#include "CheckForError.h"
Include dependency graph for DynaHashSetImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAKE_SETTYPE_INSTANCE(E, T)
 

Macro Definition Documentation

◆ MAKE_SETTYPE_INSTANCE

#define MAKE_SETTYPE_INSTANCE (   E,
 
)
Value:
template class DynaHashSet<E>; \
typedef DynaHashSet<E> T##Set
Definition: DynaHashSet.h:63