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

Method Triangle

examples/src/json_traits_polymorphic_examples.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59 public:
60 Triangle(double height, double width)
61 : height_(height), width_(width)
62 {
63 }
64
65 const std::string& type() const
66 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected