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

◆ needs_processig()

template<ComputeData T = std::vector<Kakshya::DataVariant>>
bool MayaFlux::Yantra::IO< T >::needs_processig ( ) const
inline

Check if processing is needed (for container types)

Returns
True if processing is required before data extraction

Definition at line 164 of file DataIO.hpp.

165 {
166 if constexpr (std::is_same_v<T, std::shared_ptr<Kakshya::SignalSourceContainer>>) {
168 }
169 return false;
170 }
bool b_container_processing
Definition DataIO.hpp:29

Referenced by MayaFlux::Yantra::generate_compute_data_indices(), and MayaFlux::Yantra::sort_compute_data_inplace().

+ Here is the caller graph for this function: