STAPL API Reference |
Modules Classes |
Function objects that mutate one or both or their arguments. Defined in stapl/algorithms/functional.hpp. More...
Classes | |
struct | stapl::assign< T > |
Work function which assigns the value of the first argument to the second. More... | |
struct | stapl::coarse_swap_ranges< T > |
Work function that swaps the values between two views. More... | |
struct | stapl::apply_functor< Functor > |
Work function which applies the given functor to its argument. More... | |
struct | stapl::transform_assign< Functor > |
Function which applies given functor to its first argument(s), and assigns the result to its last argument. More... | |
Function objects that mutate one or both or their arguments. Defined in stapl/algorithms/functional.hpp.