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

◆ with_description()

RuleBuilder & MayaFlux::Yantra::ComputationGrammar::RuleBuilder::with_description ( std::string  description)
inline

Sets a human-readable description for this rule.

Parameters
descriptionDescription of what the rule does
Returns
Reference to this builder for method chaining

Definition at line 356 of file ComputeGrammar.hpp.

357 {
358 m_rule.description = std::move(description);
359 return *this;
360 }
std::string description
Human-readable description of what the rule does.

References MayaFlux::Yantra::ComputationGrammar::Rule::description.