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

◆ extract_data() [2/2]

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
OutputType MayaFlux::Yantra::UniversalExtractor< InputType, OutputType >::extract_data ( const InputType &  data)
inline

Definition at line 152 of file UniversalExtractor.hpp.

153 {
154 return this->extract_data(input_type { data });
155 }
OutputType extract_data(const input_type &data)
Type-safe extraction method.