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

Go to the source code of this file.

Namespaces

 ecuda
 

Macros

#define ECUDA_ALGO_EQUAL_HPP
 

Functions

template<class InputIterator1 , class InputIterator2 >
__HOST__ __DEVICE__ bool ecuda::equal (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2)
 Replacement for std::equal. More...
 
template<class InputIterator1 , class InputIterator2 >
ECUDA_SUPPRESS_HD_WARNINGS
__HOST__ __DEVICE__ bool 
ecuda::equal (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2)
 Replacement for std::equal. More...
 

Macro Definition Documentation

#define ECUDA_ALGO_EQUAL_HPP

Definition at line 40 of file equal.hpp.