| 16 | /// @hyde-owner fosterbrereton |
| 17 | struct compiler_generated { |
| 18 | compiler_generated() = delete; |
| 19 | compiler_generated(const compiler_generated&) = default; |
| 20 | |
| 21 | /// This definition will force the compiler to auto-generate this class' assignment operator. |
nothing calls this directly
no outgoing calls
no test coverage detected