MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / getb

Method getb

base_code/friend_func_class.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21public:
22 static int getb(A ca) {
23 return ca.a;
24 }
25};
26
27int geta(A &ca)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected