Wraps a span, providing equality operators that compare the span contents elementwise. More...
Public Member Functions | |
bool | operator== (const ComparableRange &other) const |
bool | operator!= (const ComparableRange &other) const |
Public Attributes | |
T & | data |
Wraps a span, providing equality operators that compare the span contents elementwise.
bool midi_ci::Message::ComparableRange< T >::operator== | ( | const ComparableRange< T > & | other | ) | const |
References data.
Referenced by operator!=().
bool midi_ci::Message::ComparableRange< T >::operator!= | ( | const ComparableRange< T > & | other | ) | const |
References operator==().
T& midi_ci::Message::ComparableRange< T >::data |
Referenced by operator==().