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

Function objects implement numeric operations. Defined in stapl/algorithms/functional.hpp. More...

+ Collaboration diagram for Numeric Function Objects:

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...
 

Detailed Description

Function objects implement numeric operations. Defined in stapl/algorithms/functional.hpp.