File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 159
159
\exposconcept {boolean-testable}\iref {concept.booleantestable }.
160
160
The function object \tcode {pred} shall not apply any non-constant function
161
161
through its argument.
162
- Given a glvalue \tcode {u} of type (possibly const) \tcode {T}
162
+ Given a glvalue \tcode {u} of type (possibly \tcode { const} ) \tcode {T}
163
163
that designates the same object as \tcode {*first},
164
164
\tcode {pred(u)} shall be a valid expression
165
165
that is equal to \tcode {pred(*first)}.
186
186
\exposconcept {boolean-testable}.
187
187
\tcode {binary_pred} shall not apply any non-constant function
188
188
through any of its arguments.
189
- Given a glvalue \tcode {u} of type (possibly const) \tcode {T1}
189
+ Given a glvalue \tcode {u} of type (possibly \tcode { const} ) \tcode {T1}
190
190
that designates the same object as \tcode {*first1}, and
191
- a glvalue \tcode {v} of type (possibly const) \tcode {T2}
191
+ a glvalue \tcode {v} of type (possibly \tcode { const} ) \tcode {T2}
192
192
that designates the same object as \tcode {*first2},
193
193
\tcode {binary_pred(u, *first2)},
194
194
\tcode {binary_pred(*first1, v)}, and
You can’t perform that action at this time.
0 commit comments