| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected