Execute

Executes the custom operation on the container elements.

Syntax

Definition:

HRESULT Execute(
    ITcVnForwardIterator* ipElement1,
    ITcVnForwardIterator* ipElement2,
    ITcVnForwardIterator* ipElement3
)

Parameters

Name

Type

Description

ipElement1

ITcVnForwardIterator*

Current element of the 1st container.

ipElement2

ITcVnForwardIterator*

Current element of the 2nd container.

ipElement3

ITcVnForwardIterator*

Current element of the 3rd container.

Execute 1: Return value

HRESULT