MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
OperationChain.hpp File Reference
+ Include dependency graph for OperationChain.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MayaFlux::Yantra::FluentExecutor< Executor, DataType >
 Fluent interface for chaining operations on any executor. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Yantra
 

Concepts

concept  MayaFlux::Yantra::ExecutorConcept
 Defines requirements for executor types that can be used with FluentExecutor.
 

Functions

template<typename Executor , ComputeData DataType>
auto MayaFlux::Yantra::make_fluent (std::shared_ptr< Executor > executor, DataType &&data)
 Helper to create FluentExecutor with type deduction.