GRPC C++  1.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GRPC C++ STYLE GUIDE

The majority of gRPC's C++ requirements are drawn from the Google C++ style guide. Additionally, as in C, layout rules are defined by clang-format, and all code should be passed through clang-format. A (docker-based) script to do so is included in tools/distrib/clang\_format\_code.sh.