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
Examples from 17.6.3 include: EqualityComparable, LessThanComparable, CopyConstructible. Examples from 24.2 include: InputIterator, ForwardIterator, Function, Predicate.
But 24.2 [iterator.requirements] says nothing about Function or Predicate. The latter is described in 25.1 [algorithms.general]; the former isn't defined at all in the standard.