Algo::Copy

Copies a range into a container.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Algo/Copy.h

Include

#include "Algo/Copy.h"

Syntax

namespace Algo
{
    template<typename InT, typename OutT>
    void Algo::Copy
    (
        const InT & Input,
        OutT & Output,
        ENoRef NoRef
    )
}

Remarks

Copies a range into a container. Should be used if when the input iterator doesn't return a reference.

Parameters

Parameter

Description

Input

Any iterable type

Output

Container to hold the output

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