JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::midi_ci::Message::ComparableRange< T > Struct Template Reference

Wraps a span, providing equality operators that compare the span contents elementwise. More...

#include <juce_CIMessages.h>

Collaboration diagram for juce::midi_ci::Message::ComparableRange< T >:

Public Member Functions

bool operator!= (const ComparableRange &other) const
 
bool operator== (const ComparableRange &other) const
 

Public Attributes

T & data
 

Detailed Description

template<typename T>
struct juce::midi_ci::Message::ComparableRange< T >

Wraps a span, providing equality operators that compare the span contents elementwise.

@tags{Audio}

Member Function Documentation

◆ operator!=()

template<typename T >
bool juce::midi_ci::Message::ComparableRange< T >::operator!= ( const ComparableRange< T > &  other) const
inline

◆ operator==()

Member Data Documentation

◆ data


The documentation for this struct was generated from the following file: