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

◆ get_executor()

template<typename Executor , ComputeData DataType>
std::shared_ptr< Executor > MayaFlux::Yantra::FluentExecutor< Executor, DataType >::get_executor ( ) const
inline

Get the executor.

Definition at line 331 of file OperationChain.hpp.

331{ return m_executor; }
std::shared_ptr< Executor > m_executor