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

◆ set_sorting_parameter()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
virtual void MayaFlux::Yantra::UniversalSorter< InputType, OutputType >::set_sorting_parameter ( const std::string &  name,
std::any  value 
)
inlineprotectedvirtual

Sorting-specific parameter handling (override for custom parameters)

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

Definition at line 314 of file UniversalSorter.hpp.

315 {
316 m_parameters[name] = std::move(value);
317 }
std::map< std::string, std::any > m_parameters