MCPcopy Create free account
hub / github.com/KDAB/codebrowser / Val

Class Val

tests/test.cc:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333
334extern int value;
335struct Val { int v;
336 void operator+=(const Val &);
337} valval;
338const Val operator+(const Val&, const Val&);
339struct Uses {
340 void operator[](int);

Callers 1

wMethod · 0.85

Calls

no outgoing calls

Tested by 1

wMethod · 0.68