an example unary overloaded function @param first the first input parameter @return `first`
| 27 | /// @param first the first input parameter |
| 28 | /// @return `first` |
| 29 | auto overloaded(int first) -> float { return first; } |
| 30 | |
| 31 | /// an example binary overloaded function |
| 32 | /// @param first the first input parameter |
nothing calls this directly
no outgoing calls
no test coverage detected