#include <iostream>
#include <memory>
#include <string>
#include <grpcpp/grpcpp.h>
#include "helloworld.grpc.pb.h"
Go to the source code of this file.
Classes | |
class | GreeterClient |
Functions | |
int | main (int argc, char **argv) |
Definition at line 78 of file examples/cpp/compression/greeter_client.cc.