在注册对象必须具有唯一名称的系统中,我想在名称中使用/包含对象的this指针.我想要最简单的方法来创建???:
this
???
std::string name = ???(this);
c++ pointers stl
c++ ×1
pointers ×1
stl ×1