7 #ifndef PXR_BASE_WORK_SORT_H
8 #define PXR_BASE_WORK_SORT_H
31 std::sort(container->begin(), container->end());
39 template <
typename C,
typename Compare>
48 std::sort(container->begin(), container->end(), comp);
#define PXR_NAMESPACE_OPEN_SCOPE
PUGI__FN void sort(I begin, I end, const Pred &pred)
WORK_API bool WorkHasConcurrency()
PXR_NAMESPACE_OPEN_SCOPE void WorkImpl_ParallelSort(C *container)
#define PXR_NAMESPACE_CLOSE_SCOPE
PXR_NAMESPACE_OPEN_SCOPE void WorkParallelSort(C *container)
#define PXR_WORK_IMPL_NAMESPACE_USING_DIRECTIVE