Add evaluation of an rvalue, discarding the result (e.g. a function call that "returns" void).
This is equivalent to this C code:
(void)expression;
See Implementation
Add evaluation of an rvalue, discarding the result (e.g. a function call that "returns" void).
This is equivalent to this C code:
(void)expression;