MayaFlux 0.4.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 360 of file ComputeGrammar.hpp.

361 {
362 m_rule.description = std::move(description);
363 return *this;
364 }
std::string description
Human-readable description of what the rule does.

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