std::type_index::name
性病::类型[医]索引::名称
const char* name() const; | | (since C++11) |
---|
返回关联的std::type_info
对象。相当于呼叫std::type_info::name()
直接。
参数
%280%29
返回值
关联的type_info
对象。
例外
(none) | (until C++14) |
---|---|
noexcept specification: noexcept | (since C++14) |
例
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。