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

◆ get_sorting_parameter()

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

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

Definition at line 319 of file UniversalSorter.hpp.

320 {
321 auto it = m_parameters.find(name);
322 return (it != m_parameters.end()) ? it->second : std::any {};
323 }
std::map< std::string, std::any > m_parameters