A cast operator allows to convert from one type to another. It have to have only one parameter and return the casted value.
See Implementation
A cast operator allows to convert from one type to another. It have to have only one parameter and return the casted value.