in C++, `struct` can somehow act as `class`, but i...
# announcements
f
in C++,
struct
can somehow act as
class
, but in mose case, specially in Google's coding style, it's used only to transfer some temporary data.
👍 1