|
Bolt
1.3
C++ template library with support for OpenCL
|
#include "bolt/amp/bolt.h"#include "bolt/amp/iterator/iterator_traits.h"#include "bolt/amp/iterator/counting_iterator.h"Go to the source code of this file.
Classes | |
| struct | bolt::amp::permutation_iterator_tag |
| class | bolt::amp::permutation_iterator< element_type, key_type > |
Namespaces | |
| namespace | bolt |
| Defining namespace for the Bolt project. | |
| namespace | bolt::amp |
| Namespace containing AMP related data types and functions. | |
Functions | |
| template<typename valueType , typename keyType > | |
| permutation_iterator < valueType, keyType > | bolt::amp::make_permutation_iterator (valueType value, keyType key) |
1.8.3