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

◆ get_sorter_name()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
virtual std::string MayaFlux::Yantra::UniversalSorter< InputType, OutputType >::get_sorter_name ( ) const
inlineprotectedvirtual

Get sorter-specific name (derived classes override this)

Returns
Sorter name string

Reimplemented in MayaFlux::Yantra::StandardSorter< InputType, OutputType >.

Definition at line 309 of file UniversalSorter.hpp.

309{ return "UniversalSorter"; }