Bolt  1.3
C++ template library with support for OpenCL
Classes | Namespaces | Macros | Functions
transform_iterator.h File Reference
#include "bolt/amp/bolt.h"
#include "bolt/amp/iterator/iterator_traits.h"
#include "bolt/amp/iterator/counting_iterator.h"
#include "bolt/amp/device_vector.h"

Go to the source code of this file.

Classes

struct  bolt::amp::transform_iterator_tag
 
class  bolt::amp::transform_iterator< UnaryFunc, Iterator >
 

Namespaces

namespace  bolt
 Defining namespace for the Bolt project.
 
namespace  bolt::amp
 Namespace containing AMP related data types and functions.
 

Functions

template<class UnaryFunc , class Iterator >
transform_iterator< UnaryFunc,
Iterator > 
bolt::amp::make_transform_iterator (Iterator iter, UnaryFunc func)