Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SortUtils.h « Common « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fb8ddefbdea413f6da47d866c594b52c278c5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
// SortUtils.h

#ifndef __SORTUTLS_H
#define __SORTUTLS_H

#include "Common/MyString.h"

void SortStringsToIndices(const UStringVector &strings, CIntVector &indices);
// void SortStrings(const UStringVector &src, UStringVector &dest);

#endif