In a system where registered objects must have unique names, I want to use/include the object's this
pointer in the name. I want the simplest way to create ???
where:
std::string name = ???(this);
In a system where registered objects must have unique names, I want to use/include the object's this
pointer in the name. I want the simplest way to create ???
where:
std::string name = ???(this);