combines a map and a reduce operation into a single operation
None
None
std::map | applies a function to all items of a collection |
std::reduce | computes a kind of sum from the items of a collection |
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 |