You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: