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

Class nested_class_example

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

Source from the content-addressed store, hash-verified

39 /// @brief a class definition contained within `example_class`.
40 /// @hyde-owner sean-parent
41 struct nested_class_example {
42 /// member field `_x` within the nested class example.
43 int _x{0};
44
45 /// member field `_y` within the nested class example.
46 int _y;
47 };
48
49
50 /// a nested `typedef` expression.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected