MayaFlux 0.3.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 380 of file UniversalSorter.hpp.

381 {
383 return m_custom_comparator(a, b);
384 }
385 return false;
386 }
size_t a
size_t b
std::function< bool(const std::any &, const std::any &)> m_custom_comparator

References a, and b.