Definition of CallResult class.
Class of results of methods.
MessageID id() const noexcept
Get the message ID.
const CallResult & result() const noexcept
Get the result.
CallResult result_
Result.
ParsedResponse(MessageID id, CallResult result)
Constructor.
Definition of MessageID type.
std::uint32_t MessageID
Type of message IDs.