A message with a header and optional body.
The body may be set to std::monostate to indicate some kind of failure, such as a malformed incoming message.
Public Types | |
| using | Body |
Public Member Functions | |
| bool | operator== (const Parsed &other) const |
| bool | operator!= (const Parsed &other) const |
Public Attributes | |
| Header | header |
| Body | body |
|
inline |
References x.
Referenced by operator!=().
|
inline |
References operator==().
| Header juce::midi_ci::Message::Parsed::header |
| Body juce::midi_ci::Message::Parsed::body |