#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 | CustomHeaderClient |
Functions | |
int | main (int argc, char **argv) |
Definition at line 91 of file examples/cpp/metadata/greeter_client.cc.