Algo::IntroSort

Sort a range of elements using its operator<. The sort is unstable.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Algo/IntroSort.h"

Syntax

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

Remarks

Sort a range of elements using its operator<. The sort is unstable.

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