Bolt  1.3
C++ template library with support for OpenCL
Modules
Logical

Modules

 AMP-logical
 

Detailed Description

all_of determines whether all elements in a range satisfy a predicate. any_of determines whether any element in a range satisfies a predicate. none_of determines whether no element in a range satisfies a predicate.