ListMerge

Table of Contents

ListMerge

Description

Merge two lists and store the result in first list.

Note

Merge list l2 with l with r-value semantics.

Parameters

NameDirectionDescription
lin,outList to insert array items into.
l2inArray to be inserted.

Success

Return

Failure

Do not return.

Usage example (Cross-references)

No external code usages found in the scanned files.

Share :