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
inline
protected
Apply custom comparator if available.
Definition at line
407
of file
UniversalSorter.hpp
.
408
{
409
if
(
m_custom_comparator
) {
410
return
m_custom_comparator
(a, b);
411
}
412
return
false
;
413
}
MayaFlux::Yantra::UniversalSorter::m_custom_comparator
std::function< bool(const std::any &, const std::any &)> m_custom_comparator
Definition
UniversalSorter.hpp:443
MayaFlux
Yantra
UniversalSorter
Generated by
1.9.8