1.

Which of the following is a logical unary functor?

A. logical_or<T> f;
B. logical_and<T> f;
C. logical_not<T> f;
D. negate<T> f;
Answer» D. negate<T> f;


Discussion

No Comment Found