Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
Include |
#include "Containers/ArrayView.h" |
template<class PREDICATE_CLASS>
void StableSort
(
const PREDICATE_CLASS & Predicate
)
Stable sorts the array using user defined predicate class.
Stable sort is slower than non-stable algorithm.
Parameter |
Description |
---|---|
Predicate |
Predicate class instance |