Bolt  1.3
C++ template library with support for OpenCL
Namespaces | Functions
logical.h File Reference
#include <bolt/amp/bolt.h>
#include <bolt/amp/device_vector.h>
#include <string>
#include <iostream>
#include <bolt/amp/detail/logical.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 Predicate >
bool bolt::amp::all_of (bolt::amp::control &ctl, InputIterator first, InputIterator last, Predicate pred)
 
template<typename InputIterator , typename Predicate >
bool bolt::amp::all_of (InputIterator first, InputIterator last, Predicate pred)
 
template<typename InputIterator , typename Predicate >
bool bolt::amp::any_of (bolt::amp::control &ctl, InputIterator first, InputIterator last, Predicate pred)
 
template<typename InputIterator , typename Predicate >
bool bolt::amp::any_of (InputIterator first, InputIterator last, Predicate pred)
 
template<typename InputIterator , typename Predicate >
bool bolt::amp::none_of (bolt::amp::control &ctl, InputIterator first, InputIterator last, Predicate pred)
 
template<typename InputIterator , typename Predicate >
bool bolt::amp::none_of (InputIterator first, InputIterator last, Predicate pred)