STAPL API Reference |
Modules Classes |
Function objects implement bit-wise operations on view elements. Defined in stapl/algorithms/functional.hpp. More...
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... | |
Function objects implement bit-wise operations on view elements. Defined in stapl/algorithms/functional.hpp.