View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

shmvector.h
Go to the documentation of this file.
1#ifndef SHMVECTOR_H
2#define SHMVECTOR_H
3
4//#include "shm_array.h"
5#include "shm.h"
6#include "shm_array.h"
7#include "shm_reference.h"
8/* this is already defined in shm.h
9namespace vistle {
10
11template<class T>
12using ShmVector = shm_array_ref<shm_array<T, typename shm<T>::allocator>>;
13
14}*/
15
16#endif