Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ area
Method
area
examples/src/json_traits_variant_examples.cpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
double area() const
127
{
128
return (height_ * width_)/2.0;
129
}
130
};
131
132
class Circle
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected