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

Base classes used to simplify the development of new operators that will be used in pAlgorithms. Defined in stapl/algorithms/functional.hpp. More...

+ Collaboration diagram for Base Function Objects:

Classes

struct  stapl::ro_unary_function< Arg, Result >
 Represent a read-only unary functor, which provides typedefs for the argument and return types. Mimics the equivalent STL construct to allow for compatibility. More...
 
struct  stapl::ro_binary_function< Arg1, Arg2, Result >
 Represent a read-only binary functor, which provides typedefs for the argument and return types. Mimics the equivalent STL construct to allow for compatibility. More...
 

Detailed Description

Base classes used to simplify the development of new operators that will be used in pAlgorithms. Defined in stapl/algorithms/functional.hpp.