Tables are associative arrays.
std::empty_binary_table | an empty binary table |
std_types::binary_table | the "type function" for binary |
std_types::binary_table/std::map | applies a function to all values of the key order table |
std_types::binary_table/std::map_reduce | combines a map and a reduce operation into a single operation |
std_types::binary_table/std::reduce | computes a kind of sum from the values stored in the table |
std_types::hash_set/std::map_reduce | combines a map and a reduce operation into a single operation |
std_types::hash_table/std::filter | returns a new hash table containing only the elements for which the given function returns true |
std_types::hash_table/std::map_reduce | combines a map and a reduce operation into a single operation |
std_types::hash_table/std::reduce | computes a kind of sum from the values stored in the table |
std_types::insert_order_table/std::map_reduce | combines a map and a reduce operation into a single operation |
std_types::key_order_table/std::map | applies a function to all values of the key order table |
std_types::key_order_table/std::map_reduce | combines a map and a reduce operation into a single operation |
std_types::key_order_table/std::reduce | computes a kind of sum from the values stored in the table |