53template<
typename R,
typename... Args>
64template<
typename R,
typename... Args>
Helper class for sending responses in async/streaming RPC methods.
integral_constant< bool, true > true_type
integral_constant< bool, false > false_type
Base definition for an LED controller.
static constexpr bool is_response_aware
R(ResponseSend &, Args...) full_signature
static constexpr bool is_response_aware
R(ResponseSend &, Args...) full_signature
static constexpr bool is_response_aware
Type trait to detect if a function signature has ResponseSend& as first parameter.