To resolve the parameters to a function, the compiler is permitted to do one implicit conversion.
This implies that the compiler can utilise constructors with a single argument to convert from one type to another to find the correct type for a parameter.
Here's an example class with a constructor ...READ MORE
Jun 27, 2022
in C++
by
Damon
• 4,960 points
•
629 views