Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

get name from symbol cpp #12073

Description

@timprepscius

This is most trivial, and of course a billion ways to work around, however:

Given a symbol:
auto a = Symbol::Variable("my_super_name") // could be any symbol

How do I retrieve the name of the symbol:
std::cout << a.GetName() << std::endl;

Somehow I cannot find the methods to allow this, nor any examples.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions