STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Bit-wise Function Objects

Function objects implement bit-wise operations on view elements. Defined in stapl/algorithms/functional.hpp. More...

+ Collaboration diagram for Bit-wise Function Objects:

Classes

struct  stapl::bit_and< T >
 Function which returns the bitwise and of its arguments. More...
 
struct  stapl::bit_or< T >
 Function which returns the bitwise or of its arguments. More...
 
struct  stapl::bit_xor< T >
 Function which returns the bitwise xor of its arguments. More...
 

Detailed Description

Function objects implement bit-wise operations on view elements. Defined in stapl/algorithms/functional.hpp.