RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Classes | Namespaces
RAJAVec.hpp File Reference

RAJA header file for simple vector template class that enables RAJA to be used with or without the C++ STL. More...

#include "RAJA/config.hpp"
#include <algorithm>
#include <cstddef>
#include <memory>
#include <utility>
#include "RAJA/internal/MemUtils_CPU.hpp"

Go to the source code of this file.

Classes

class  RAJA::RAJAVec< T, Allocator >
 Class template that provides a simple vector implementation sufficient to insulate RAJA entities from the STL. More...
 

Namespaces

 RAJA
 

Detailed Description

RAJA header file for simple vector template class that enables RAJA to be used with or without the C++ STL.