UnaryOperation<T> Concept

A UnaryFunction object where the return type and the parameter type of the function call operator are the same type.

Examples

Negate , Identity .

Definition

Line 189 of System.Base/Concept.cm

Refinement

Type Parameters

T

Constraints

T.ResultType is T.ArgumentType