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

◆ get_sorting_parameter()

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

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

Definition at line 128 of file StandardSorter.hpp.

129 {
130 if (name == "algorithm") {
131 return m_algorithm;
132 }
133 if (name == "chunk_size") {
134 return m_chunk_size;
135 }
137 }
virtual std::any get_sorting_parameter(const std::string &name) const