|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Find the best matching rule for the given input.
| input | Input data to match against rules |
| context | Execution context containing parameters and metadata |
Rules are evaluated in priority order (highest first). The first rule whose matcher function returns true is considered the best match. This allows for hierarchical decision making where specific rules can override general ones.
Definition at line 141 of file ComputeGrammar.hpp.