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:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
double area() const override
109
{
110
constexpr double pi = 3.14159265358979323846;
111
return pi*radius_*radius_;
112
}
113
};
114
115
} // namespace ns
Callers
1
distinguish_by_type_example
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected