HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sort_impl.h File Reference
#include "pxr/pxr.h"
#include <tbb/parallel_sort.h>
#include <algorithm>
+ Include dependency graph for sort_impl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename C >
PXR_NAMESPACE_OPEN_SCOPE void WorkImpl_ParallelSort (C *container)
 
template<typename C , typename Compare >
void WorkImpl_ParallelSort (C *container, const Compare &comp)
 

Function Documentation

template<typename C >
PXR_NAMESPACE_OPEN_SCOPE void WorkImpl_ParallelSort ( C *  container)

TBB Sort Implementation

Implements WorkParallelSort

Definition at line 23 of file sort_impl.h.

template<typename C , typename Compare >
void WorkImpl_ParallelSort ( C *  container,
const Compare &  comp 
)

Implements WorkParallelSort with custom comparator

Definition at line 32 of file sort_impl.h.