MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / area

Method area

examples/src/json_traits_polymorphic_examples.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 double area() const override
49 {
50 return height_ * width_;
51 }
52 };
53
54 class Triangle : public Shape

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected