Bolt
1.1
C++ template library with support for OpenCL
|
Defines new iterator_traits structures used by the Bolt runtime to make runtime decisions on how to dispatch calls to various supported backends. More...
Go to the source code of this file.
Classes | |
struct | bolt::cl::input_iterator_tag |
struct | bolt::cl::output_iterator_tag |
struct | bolt::cl::forward_iterator_tag |
struct | bolt::cl::bidirectional_iterator_tag |
struct | bolt::cl::random_access_iterator_tag |
struct | bolt::cl::fancy_iterator_tag |
struct | bolt::cl::iterator_traits< iterator > |
struct | bolt::cl::iterator_traits< T * > |
struct | bolt::cl::iterator_traits< const T * > |
Namespaces | |
namespace | bolt |
Defining namespace for the Bolt project. | |
namespace | bolt::cl |
Namespace containing OpenCL related data types and functions. | |
Defines new iterator_traits structures used by the Bolt runtime to make runtime decisions on how to dispatch calls to various supported backends.