MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
store_current_sorting()
template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
template<typename SortingResultType >
void
MayaFlux::Yantra::UniversalSorter
< InputType, OutputType >::store_current_sorting
(
SortingResultType &&
result
)
const
inline
protected
Definition at line
429
of file
UniversalSorter.hpp
.
430
{
431
m_current_sorting
= std::forward<SortingResultType>(result);
432
}
MayaFlux::Yantra::UniversalSorter::m_current_sorting
std::any m_current_sorting
Current sorting operation storage for complex operations.
Definition
UniversalSorter.hpp:426
MayaFlux
Yantra
UniversalSorter
Generated by
1.9.8