Represents a connection between two channels of two nodes in an AudioProcessorGraph. 
To create a connection, use AudioProcessorGraph::addConnection(). 
The documentation for this struct was generated from the following file:
◆ Connection() [1/3]
  
  
      
        
          | juce::AudioProcessorGraph::Connection::Connection  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
constexprdefault   | 
  
 
 
◆ Connection() [2/3]
◆ Connection() [3/3]
  
  
      
        
          | juce::AudioProcessorGraph::Connection::Connection  | 
          ( | 
          const Connection & |            | ) | 
           | 
         
       
   | 
  
constexprdefault   | 
  
 
 
◆ operator=()
◆ operator==()
  
  
      
        
          | bool juce::AudioProcessorGraph::Connection::operator==  | 
          ( | 
          const Connection & |           other | ) | 
           const | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ operator!=()
  
  
      
        
          | bool juce::AudioProcessorGraph::Connection::operator!=  | 
          ( | 
          const Connection & |           other | ) | 
           const | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ operator<()
  
  
      
        
          | bool juce::AudioProcessorGraph::Connection::operator<  | 
          ( | 
          const Connection & |           other | ) | 
           const | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ source
      
        
          | NodeAndChannel juce::AudioProcessorGraph::Connection::source { {}, 0 } | 
        
      
 
 
◆ destination
      
        
          | NodeAndChannel juce::AudioProcessorGraph::Connection::destination { {}, 0 } |