JUCE
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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>

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.

Member Function Documentation

◆ operator==()

◆ operator!=()

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

Member Data Documentation

◆ data


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