STAPL API Reference |
Modules Classes |
Base classes used to simplify the development of new operators that will be used in pAlgorithms. Defined in stapl/algorithms/functional.hpp. More...
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... | |
Base classes used to simplify the development of new operators that will be used in pAlgorithms. Defined in stapl/algorithms/functional.hpp.