Extended CUDA Library (ecuda)  2.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Namespaces | Macros | Functions
fill.hpp File Reference
#include <iterator>
#include <vector>
#include "../global.hpp"
#include "../iterator.hpp"

Go to the source code of this file.

Namespaces

 ecuda
 

Macros

#define ECUDA_ALGO_FILL_HPP
 

Functions

template<class ForwardIterator , typename T >
__HOST__ __DEVICE__ void ecuda::fill (ForwardIterator first, ForwardIterator last, const T &val)
 
template<class ForwardIterator , typename T >
ECUDA_SUPPRESS_HD_WARNINGS
__HOST__ __DEVICE__ void 
ecuda::fill (ForwardIterator first, ForwardIterator last, const T &val)
 

Macro Definition Documentation

#define ECUDA_ALGO_FILL_HPP

Definition at line 41 of file fill.hpp.