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

Method area

examples/src/json_traits_variant_examples.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 double area() const
100 {
101 return height_ * width_;
102 }
103 };
104
105 class Triangle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected