Contents:
Terminal expression representing a variable lookup.
Public Functions
Construct a variable reference.
n – Variable name to look up in the context.
Look up the variable in ctx and return its value.
ctx
std::out_of_range – if the variable is not bound in ctx.