Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/Impl__WrapBinaryFunction
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl |
Include | #include "Misc/ExpressionParserTypes.inl" |
namespace Impl
{
template<typename LeftOperandType, typename RightOperandType, typename ContextType, typename FuncType>
TEnableIf< Impl::TCallableInfo< FuncType >::NumArgs==3, typename TOperatorJumpTable< ContextType >::FBinaryFunction >::Type Impl&58;&58;WrapBinaryFunction
&40;
FuncType In
&41;
}
Remarks
Wrapper function for supplied functions of the signature T(A, B, const ContextType* Context)