A message with a header and optional body. More...
#include <juce_CIMessages.h>

Public Member Functions | |
| bool | operator!= (const Parsed &other) const |
| bool | operator== (const Parsed &other) const |
Public Attributes | |
| Body | body |
| Header | header |
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.
@tags{Audio}
References operator==().
Referenced by operator!=().
| Body juce::midi_ci::Message::Parsed::body |
Referenced by juce::midi_ci::detail::MessageTypeUtils::getVisitorFor().
| Header juce::midi_ci::Message::Parsed::header |
Referenced by juce::midi_ci::detail::MessageTypeUtils::visit().