We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpc::result_type is defined as a std::pair.
rpc::result_type
std::pair
grpcxx/lib/grpcxx/rpc.h
Line 19 in 0cf174e
This works but .first and .second members don't mean much. It would be better to use a struct instead.
.first
.second
The text was updated successfully, but these errors were encountered:
(grpcxx) #7 - use a struct for rpc result type
965ce05
a2f99ec
uatuko
Successfully merging a pull request may close this issue.
rpc::result_type
is defined as astd::pair
.grpcxx/lib/grpcxx/rpc.h
Line 19 in 0cf174e
This works but
.first
and.second
members don't mean much. It would be better to use a struct instead.The text was updated successfully, but these errors were encountered: