GRPC C++
1.30.0
|
#include <grpcpp/impl/codegen/async_unary_call_impl.h>
Go to the source code of this file.
Namespaces | |
grpc | |
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
grpc::internal | |
Models a gRPC server. | |
Typedefs | |
template<class R > | |
using | grpc::ClientAsyncResponseReaderInterface = grpc_impl::ClientAsyncResponseReaderInterface< R > |
template<class R > | |
using | grpc::ClientAsyncResponseReader = grpc_impl::ClientAsyncResponseReader< R > |
template<class W > | |
using | grpc::ServerAsyncResponseWriter = ::grpc_impl::ServerAsyncResponseWriter< W > |
template<class R > | |
using | grpc::internal::ClientAsyncResponseReaderFactory = ::grpc_impl::internal::ClientAsyncResponseReaderFactory< R > |