Its associated completion tag is
set_value_t. The expression
set_value(rcvr, vs...)
for a subexpression
rcvr and
pack of subexpressions
vs is ill-formed
if
rcvr is an lvalue or an rvalue of const type
. Otherwise, it is expression-equivalent to
MANDATE-NOTHROW(rcvr.set_value(vs...)).