[]
Symbol of DynamicObject.
Overloads
| Name | Description |
|---|---|
(const DynamicObject lhs [] const string attr_name) -> const Object | Accesses an attribute using bracket notation. |
(DynamicObject lhs [] const string attr_name) -> Object | Accesses 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.