|
inlineconstexpr |
Parameters
x
: argument.t
: Type wrapper instance embedding the type of the result.Template parameters
x
is castedReturn value
The bits of x of type From reinterpreted as being those of a variable of type To is returned.
Every bit in the value representation of the returned To object is equal to the corresponding bit in the object representation of from. The values of padding bits in the returned To object are unspecified.
If there is no value of type To corresponding to the value representation produced, the behavior is undefined. If there are multiple such values, which value is produced is unspecified.