|
Extended CUDA Library (ecuda)
2.0
|
#include <algorithm>#include <iterator>#include <vector>#include "../global.hpp"#include "../iterator.hpp"Go to the source code of this file.
Namespaces | |
| ecuda | |
Macros | |
| #define | ECUDA_ALGO_FIND_HPP |
Functions | |
| template<class InputIterator , typename T > | |
| ECUDA_SUPPRESS_HD_WARNINGS __HOST__ __DEVICE__ InputIterator | ecuda::find (InputIterator first, InputIterator last, const T &value) |
1.8.6