MayaFlux 0.3.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 64 of file StandardSorter.hpp.

65 {
66 return "StandardSorter";
67 }