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

◆ apply_custom_comparator()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
bool MayaFlux::Yantra::UniversalSorter< InputType, OutputType >::apply_custom_comparator ( const std::any &  a,
const std::any &  b 
) const
inlineprotected

Apply custom comparator if available.

Definition at line 407 of file UniversalSorter.hpp.

408 {
410 return m_custom_comparator(a, b);
411 }
412 return false;
413 }
std::function< bool(const std::any &, const std::any &)> m_custom_comparator