Binding_Variable_Interface

interface Binding_Variable_Interface (logical)

C++17 structured binding element variable

Direct implementations:

Field

Kind

Type

Description

Container

semantic

class Binding_Container_Interface

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.