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

Method Rectangle

examples/src/json_traits_variant_examples.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 double width_;
83 public:
84 Rectangle(double height, double width)
85 : height_(height), width_(width)
86 {
87 }
88
89 double height() const
90 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected