Impl::WrapBinaryFunction

Wrapper function for supplied functions of the signature T(A, B)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl

Include

#include "Misc/ExpressionParserTypes.inl"

Syntax

namespace Impl
{
    template<typename LeftOperandType, typename RightOperandType, typename ContextType, typename FuncType>
    static TEnableIf< Impl::TCallableInfo< FuncType >::NumArgs==2, typename TOperatorJumpTable< ContextType >::FBinaryFunction >::Type Impl::WrapBinaryFunction
    (
        FuncType In
    )
}

Remarks

Wrapper function for supplied functions of the signature T(A, B)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss