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

◆ operator==()

bool MayaFlux::Core::SubsystemTokens::operator== ( const SubsystemTokens other) const
inline

Equality comparison for efficient token matching.

Definition at line 74 of file ProcessingArchitecture.hpp.

75 {
76 return Buffer == other.Buffer && Node == other.Node && Task == other.Task;
77 }
MayaFlux::Vruta::ProcessingToken Task
Processing token for task scheduling operations.
MayaFlux::Buffers::ProcessingToken Buffer
Processing token for buffer operations.
MayaFlux::Nodes::ProcessingToken Node
Processing token for node graph operations.

References Buffer, Node, and Task.