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

◆ validate_sorting_input()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
bool MayaFlux::Yantra::StandardSorter< InputType, OutputType >::validate_sorting_input ( const input_type input) const
inlineoverrideprotectedvirtual

Input validation.

Reimplemented from MayaFlux::Yantra::UniversalSorter< InputType, OutputType >.

Definition at line 96 of file StandardSorter.hpp.

97 {
98 return validate_input_type(input.data);
99 }
bool validate_input_type(const input_type &data) const
Validate input type for sorting.