Bolt  1.3
C++ template library with support for OpenCL
Classes | Namespaces | Macros | Functions
constant_iterator.h File Reference

Return Same Value or Constant Value on dereferencing. More...

#include "bolt/amp/bolt.h"
#include "bolt/amp/iterator/iterator_traits.h"

Go to the source code of this file.

Classes

struct  bolt::amp::constant_iterator_tag
 
class  bolt::amp::constant_iterator< value_type >
 
struct  bolt::amp::constant_iterator< value_type >::Payload
 

Namespaces

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

Functions

template<typename Type >
constant_iterator< Type > bolt::amp::make_constant_iterator (Type constValue)
 

Detailed Description

Return Same Value or Constant Value on dereferencing.