18
Constant View of Elements
•The Element function returns a copy of the element in the container. •However, if what you really want to do is just query the element directly, then that function can be relatively inefficient if the element is expensive to copy (it's large, or controlled, etc). •The operation Query_Element returns a constant view of the actual container element.