Return a reference to underlying implementation of this variable.
If x is of type var, then applying this operator, *x, has the same behavior as *(x.vi_).
Warning: The returned reference does not track changes to this variable.
- Returns
- variable
Definition at line 477 of file var.hpp.