STAPL API Reference |
Modules Classes |
Function objects implement numeric operations. Defined in stapl/algorithms/functional.hpp. More...
Classes | |
struct | stapl::plus< T > |
Function which returns the sum of its arguments. More... | |
struct | stapl::minus< T > |
Function which returns the difference of its arguments. More... | |
struct | stapl::multiplies< T > |
Function which returns the product of its arguments. More... | |
struct | stapl::divides< T > |
Function which returns the result of dividing the first argument by the second. More... | |
struct | stapl::modulus< T > |
Function which returns the modulus of its arguments. More... | |
struct | stapl::negate< T > |
Function which returns the negation of its argument. More... | |
Function objects implement numeric operations. Defined in stapl/algorithms/functional.hpp.