|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <iterator>Go to the source code of this file.
Classes | |
| class | FSlice< T, S > |
| An iterator permitting to iterate with a stride different from 1. More... | |
| class | FConstSlice< T, S > |
| Constant version of FSlice. More... | |
Functions | |
| template<class T, int S> | |
| std::random_access_iterator_tag | iterator_category (const FSlice< T, S > &) |
| template<class T, int S> | |
| std::random_access_iterator_tag | iterator_category (const FConstSlice< T, S > &) |
| template<class T, int S> | |
| T * | value_type (const FSlice< T, S > &) |
| template<class T, int S> | |
| T * | value_type (const FConstSlice< T, S > &) |
|
inline |
|
inline |
|
inline |