default constructor.
| 56 | |
| 57 | /// default constructor. |
| 58 | class_example() = default; |
| 59 | |
| 60 | /// an explicit constructor that takes a single `int`. |
| 61 | /// @param x The one integer parameter this routine takes |
nothing calls this directly
no outgoing calls
no test coverage detected