AlgoImpl::IsSortedBy

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Algo/IsSorted.h"

Syntax

namespace AlgoImpl
{
    template<typename T, typename IndexType, typename ProjectionType, typename PredType>
    bool AlgoImpl::IsSortedBy
    (
        const T * Range,
        IndexType RangeSize,
        ProjectionType Proj,
        PredType Pred
    )
}

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