Public default-constructor. Just calls the (typically protected) default-constructor of `TObject`.
| 39 | |
| 40 | /// Public default-constructor. Just calls the (typically protected) default-constructor of `TObject`. |
| 41 | DefaultConstruct() = default; |
| 42 | |
| 43 | /// Public destructor. Just calls the (typically protected) destructor of `TObject`. |
| 44 | ~DefaultConstruct() override |
nothing calls this directly
no outgoing calls
no test coverage detected