The std::moves of temporaries prevented copy elision, and the functions were unused (one with a TODO to re-enable later) |
||
|---|---|---|
| .. | ||
| BUILD | ||
| CMakeLists.txt | ||
| Makefile | ||
| README.md | ||
| helper.cc | ||
| helper.h | ||
| route_guide_callback_client.cc | ||
| route_guide_callback_server.cc | ||
| route_guide_client.cc | ||
| route_guide_db.json | ||
| route_guide_server.cc | ||
README.md
gRPC Basics: C++ sample code
The files in this folder are the samples used in gRPC Basics: C++, a detailed tutorial for using gRPC in C++.