Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ area
Method
area
examples/src/json_traits_polymorphic_examples.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
double area() const override
82
{
83
return (height_ * width_)/2.0;
84
}
85
};
86
87
class Circle : public Shape
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected