Impl::WrapBinaryFunction

Wrapper function for supplied functions of the signature T(A, B, const ContextType* Context)

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==3, typename TOperatorJumpTable< ContextType >::FBinaryFunction >::Type Impl::WrapBinaryFunction
    (
        FuncType In
    )
}

Remarks

Wrapper function for supplied functions of the signature T(A, B, const ContextType* Context)

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