MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_sorting_type()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
SortingType MayaFlux::Yantra::GpuSorter< InputType, OutputType >::get_sorting_type ( ) const
inlineoverridevirtual

Gets the sorting type category for this sorter.

Returns
SortingType enum value

Implements MayaFlux::Yantra::UniversalSorter< InputType, OutputType >.

Definition at line 46 of file GpuSorter.hpp.

47 {
49 }
@ CUSTOM
User-defined sorting types.