iterates over all items of a collection
None
None
std::next | starts the next "iteration" of a "loop" |
std::break | cancels the current "loop" |
std::reverse | reverse the order of all items of a collection |
std_types::association_list | iterates over all items of the association list |
std_types::binary_table | iterates over all items of the key order table |
std_types::generic_array | iterates over all items of the array |
std_types::generic_list | iterates over all items of the list |
std_types::insert_order_set | invokes the specified callback for each item of the set |
std_types::insert_order_table | invokes the specified callback for each item of the table |
std_types::key_order_set | iterates over all items of the key order set |
std_types::key_order_table | iterates over all items of the key order table |
std_types::value_range | iterates over all values within the range |