// SortUtils.h #pragma once #ifndef __SORTUTLS_H #define __SORTUTLS_H #include "Common/String.h" void SortStringsToIndices(UStringVector &strings, CIntVector &indices); #endif