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

Method Circle

examples/src/json_traits_polymorphic_examples.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 public:
92 Circle(double radius)
93 : radius_(radius)
94 {
95 }
96
97 const std::string& type() const
98 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected