MayaFlux 0.4.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 385 of file UniversalSorter.hpp.

386 {
388 return m_custom_comparator(a, b);
389 }
390 return false;
391 }
size_t a
size_t b
std::function< bool(const std::any &, const std::any &)> m_custom_comparator

References a, and b.