Skip to main content

[]

Symbol of DynamicObject.

Overloads

NameDescription
(const DynamicObject lhs [] const string attr_name) -> const ObjectAccesses an attribute using bracket notation.
(DynamicObject lhs [] const string attr_name) -> ObjectAccesses an attribute using bracket notation.

(const DynamicObject lhs [] const string attr_name) -> const Object

Accesses an attribute using bracket notation.

Parameters

  • lhs: Left-hand side value.
  • attr_name: The name of the attribute to access.

(DynamicObject lhs [] const string attr_name) -> Object

Accesses an attribute using bracket notation.

Parameters

  • lhs: Left-hand side value.
  • attr_name: The name of the attribute to access.