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

Go to the source code of this file.

Macros

#define MAKE_ARRAYTYPE_INSTANCE(C, T)
 

Macro Definition Documentation

◆ MAKE_ARRAYTYPE_INSTANCE

#define MAKE_ARRAYTYPE_INSTANCE (   C,
 
)
Value:
template class DynaAllocArray<C>; \
template class DynaArray<C>; \
typedef DynaAllocArray<C> T##AllocArray; \
typedef DynaArray<C> T##Array
Definition: DynaAlloc.h:13
Definition: DynaArray.h:28