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

◆ get_sorter_name()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
std::string MayaFlux::Yantra::StandardSorter< InputType, OutputType >::get_sorter_name ( ) const
inlineoverrideprotectedvirtual

Get sorter name.

Reimplemented from MayaFlux::Yantra::UniversalSorter< InputType, OutputType >.

Definition at line 65 of file StandardSorter.hpp.

66 {
67 return "StandardSorter";
68 }