Binding_Variable_Interface¶
- interface Binding_Variable_Interface (logical)¶
C++17 structured binding element variable
- Direct implementations:
class Global_Binding_Variable
class Local_Binding_Variable
Field
Kind
Type
Description
Container
semantic
Bound_To
semantic
class Field
If bound to a data member, the field that was bound to. Not set if bound to an array or tuple-like type.
Element_Index
attribute
builtin Natural
If bound to an array element or tuple element, the index of the element that was bound to.