|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
Header file containing definition of RAJA list segment class. More...
#include "RAJA/config.hpp"#include <memory>#include <type_traits>#include <utility>#include "camp/resource.hpp"#include "RAJA/util/concepts.hpp"#include "RAJA/util/macros.hpp"#include "RAJA/util/Span.hpp"#include "RAJA/util/types.hpp"Go to the source code of this file.
Classes | |
| class | RAJA::TypedListSegment< StorageT > |
Namespaces | |
| RAJA | |
| std | |
Typedefs | |
| using | RAJA::ListSegment = TypedListSegment< Index_type > |
| Alias for A TypedListSegment<Index_type> More... | |
Functions | |
| template<typename StorageT > | |
| RAJA_INLINE void | std::swap (RAJA::TypedListSegment< StorageT > &a, RAJA::TypedListSegment< StorageT > &b) |
| Specialization of std::swap for TypedListSegment. More... | |
Header file containing definition of RAJA list segment class.