MCPcopy Create free account
hub / github.com/adobe/hyde / class_example

Method class_example

test_files/classes.cpp:58–58  ·  view source on GitHub ↗

default constructor.

Source from the content-addressed store, hash-verified

56
57 /// default constructor.
58 class_example() = default;
59
60 /// an explicit constructor that takes a single `int`.
61 /// @param x The one integer parameter this routine takes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected