|
swift
|
Go to the source code of this file.
Namespaces | |
| swift::misc | |
| Free functions in swift::misc. | |
Functions | |
| QVector< int > | swift::misc::private_ns::findIndices (int size, const std::function< bool(int)> &predicate) |
| Decouple finding from value type. | |
| QVector< int > | swift::misc::private_ns::sortIndices (int size, const std::function< bool(int, int)> &cmp) |
| Decouple sorting from value type. | |