|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/work/threadLimits.h"#include <tbb/parallel_sort.h>#include <algorithm>
Include dependency graph for sort.h:Go to the source code of this file.
Functions | |
| template<typename C > | |
| PXR_NAMESPACE_OPEN_SCOPE void | WorkParallelSort (C *container) |
| template<typename C , typename Compare > | |
| void | WorkParallelSort (C *container, const Compare &comp) |
| PXR_NAMESPACE_OPEN_SCOPE void WorkParallelSort | ( | C * | container | ) |