|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kinesis::Discrete::execute | ( | Iterator | begin, |
| Iterator | end, | ||
| Comparator | comp, | ||
| SortingAlgorithm | algorithm | ||
| ) |
Execute a sorting algorithm on an iterator range.
Unimplemented algorithm variants fall back to STANDARD.
| Iterator | Random access iterator |
| Comparator | Binary predicate |
| begin | Start of range |
| end | End of range |
| comp | Comparator |
| algorithm | Algorithm to use |
Definition at line 128 of file Sort.hpp.
References HEAP, NTH_ELEMENT, PARALLEL, PARTIAL, STABLE, and STANDARD.
Referenced by sort_span().
Here is the caller graph for this function: