BinaryFunction<T> Concept
Definition
Line 158 of System.Base/Concept.cm
Refinement
Type Parameters
Constraints
T is Semiregular
typename T.FirstArgumentType
typename T.SecondArgumentType
typename T.ResultType
T.FirstArgumentType is Semiregular and T.SecondArgumentType is Semiregular
T.ResultType operator()(T.FirstArgumentType, T.SecondArgumentType)