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

Go to the source code of this file.

Macros

#define MAKE_MAPTYPE_INSTANCE(K, V, T)
 

Macro Definition Documentation

◆ MAKE_MAPTYPE_INSTANCE

#define MAKE_MAPTYPE_INSTANCE (   K,
  V,
 
)
Value:
template class DynaHashMap<K,V>; \
typedef DynaHashMap<K,V> T##Map
Definition: DynaHashMap.h:73