Bolt
1.3
C++ template library with support for OpenCL
|
#include <bolt/amp/bolt.h>
#include <bolt/amp/device_vector.h>
#include <string>
#include <iostream>
#include <bolt/amp/detail/find.inl>
Go to the source code of this file.
Namespaces | |
namespace | bolt |
Defining namespace for the Bolt project. | |
namespace | bolt::amp |
Namespace containing AMP related data types and functions. | |
Functions | |
template<typename InputIterator , typename T > | |
InputIterator | bolt::amp::find (InputIterator first, InputIterator last, const T &value) |
template<typename InputIterator , typename T > | |
InputIterator | bolt::amp::find (bolt::amp::control &ctl, InputIterator first, InputIterator last, const T &value) |
template<typename InputIterator , typename Predicate > | |
InputIterator | bolt::amp::find_if (InputIterator first, InputIterator last, Predicate pred) |
template<typename InputIterator , typename Predicate > | |
InputIterator | bolt::amp::find_if (bolt::amp::control &ctl, InputIterator first, InputIterator last, Predicate pred) |
template<typename InputIterator , typename Predicate > | |
InputIterator | bolt::amp::find_if_not (InputIterator first, InputIterator last, Predicate pred) |
template<typename InputIterator , typename Predicate > | |
InputIterator | bolt::amp::find_if_not (bolt::amp::control &ctl, InputIterator first, InputIterator last, Predicate pred) |