记录一下对自己有益的用法:
1 | int num_errors; |
1 | // classes and structs |
1 | my_exciting_local_variable |
1 | struct UrlTableProperties { |
1 | bool gInvalid = false; |
1 | const int kDaysInAWeek = 7; |
1 | AddTableEntry() |
1 | class MyClass { |
1 | void swap(int &a, int &b); |
1 | namespace google_awesome_project { |
1 | enum UrlTableErrors { |
1 |