HomeManualTopicsTypesSymbols

std::map_reduce

combines a map and a reduce operation into a single operation

Parameters

None

Results

None

See also

std::map applies a function to all items of a collection
std::reduce computes a kind of sum from the items of a collection

Implemented by

std_types::binary_table combines a map and a reduce operation into a single operation
std_types::generic_array combines a map and a reduce operation into a single operation
std_types::generic_list combines a map and a reduce operation into a single operation
std_types::hash_set combines a map and a reduce operation into a single operation
std_types::hash_table combines a map and a reduce operation into a single operation
std_types::insert_order_set combines a map and a reduce operation into a single operation
std_types::insert_order_table combines a map and a reduce operation into a single operation
std_types::key_order_set maps and reduces a set into a single value
std_types::key_order_table combines a map and a reduce operation into a single operation
std_types::value_range combines a map and a reduce operation into a single operation