Returns a forward range
which will iterate over the values of the associative array. The values are
returned by reference.
If structural changes are made to the array (removing or adding keys), all
ranges previously obtained through this function are invalidated. The
following example program will dereference a null pointer:
Returns a forward range which will iterate over the values of the associative array. The values are returned by reference.
If structural changes are made to the array (removing or adding keys), all ranges previously obtained through this function are invalidated. The following example program will dereference a null pointer: