You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard-library/algorithm-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ A condition to test for. This is a user-defined predicate function object that d
166
166
167
167
### Return Value
168
168
169
-
Returns **true** if the condition is detected at each element in the indicated range, and **false** if the condition is not detected at least one time.
169
+
Returns **true** if the condition is detected at each element in the indicated range or if the range is empty, and **false** otherwise.
0 commit comments