|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| std::span< double > MayaFlux::Kinesis::Discrete::sort_span_into | ( | std::span< const double > | data, |
| std::vector< double > & | output_storage, | ||
| SortingDirection | direction, | ||
| SortingAlgorithm | algorithm = SortingAlgorithm::STANDARD |
||
| ) |
Sort a span into a caller-owned output buffer.
| data | Immutable source span |
| output_storage | Destination vector (resized to match data) |
| direction | Sort direction |
| algorithm | Algorithm to use |
Definition at line 12 of file Sort.cpp.
References sort_span().
Referenced by sort_channels_into().
Here is the call graph for this function:
Here is the caller graph for this function: