HomeManualTopicsTypesSymbols

std::filter

returns a collection containing all the items that fullfill the filter-condition

Parameters

None

Results

None

See also

std::map applies a function to all items of a collection
std::find_first returns the first item of a collection that fullfills the condition

Implemented by

std_types::hash_table returns a new hash table containing only the elements for which the given function returns true