Algo::LegacySort

Sort a range of elements using its operator<.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Algo/LegacySort.h"

Syntax

namespace Algo
{
    template<typename RangeType>
    void Algo::LegacySort
    (
        RangeType && Range
    )
}

Remarks

Sort a range of elements using its operator<. The sort is unstable. This used to be Algo::Sort and is now considered legacy.

Parameters

Parameter

Description

Range

The range to sort.

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