HomeManualTopicsTypesSymbols

std_types::key_order_table/std::map

applies a function to all values of the key order table

Parameters

self
the association list which values will be mapped
function
the function to apply to each element of the table

Results

None

Description

A key order table containing the "mapped" items is returned.

Topic

Tables

Implements

std::map applies a function to all items of a collection

See also

std::reduce computes a kind of sum from the items of a collection
std::map_reduce combines a map and a reduce operation into a single operation