I don't see a way to access the name of a registered type through Chaiscript once it's gone in. Given an API where users can register their own types, I'd like to be able to pull the name out. Is such a feat currently possible?
std::string const &name{ chai.type_name<T>() }; // for example
I don't see a way to access the name of a registered type through Chaiscript once it's gone in. Given an API where users can register their own types, I'd like to be able to pull the name out. Is such a feat currently possible?