Previous: Function pointers, Up: Rvalues [Contents][Index]
Given an rvalue of T, construct another rvalue of another type.
Currently only a limited set of conversions are possible:
int <-> float int <-> bool P* <-> Q*, for pointer types P and Q