| 8 | { |
| 9 | public: |
| 10 | Box() = default; // In-class definition, and thus implicitly inline |
| 11 | Box(double length, double width, double height); |
| 12 | |
| 13 | // In-class member definitions are implicitly inline |
nothing calls this directly
no outgoing calls
no test coverage detected