|
inlineconstexpr |
Defined in Header
Parameters
x: value to convert.t: Type wrapper instance embedding the type to convert x to.Return value
x in the Target type is returned.convert[saturated](x,t) computes a saturated conversion of x to the type wrapped by tconvert, follow the regular rules of C++ type conversion, including the cases leading to Undefined Behaviors.