luset
#define luset(_v, _exp)
Assigns the return value of the specified expression to the specified variable if the return value is valid, and throws the error code if not.
Parameters
-
in _v
The variable to be assigned.
-
in _exp
The expression to be evaluated.