34 template <
class TAssign>
RAII sentinel: on construction replaces ref with a new value and on destruction restores the original...
ScopedValueAlternator(T &ref, TAssign &&vAssign)
Save the current value of ref and overwrite it with vAssign.
the host side operators are provided as implemented