Requirements on types
• InputIterator is a model of Input Iterator
• UnaryFunction is a model of Unary Function
• UnaryFunction does not apply any non-constant operation through its argument.
• InputIterator's value type is convertible to UnaryFunction 's argument type.
Loading...