| 20 | ~StructDef(); |
| 21 | |
| 22 | StructDef(const StructDef&) = delete; |
| 23 | StructDef(StructDef&&) = delete; |
| 24 | StructDef& operator=(const StructDef&) = delete; |
| 25 | StructDef& operator=(StructDef&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected