在线文档教程
C++
应用 | Utilities

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。

http://en.cppreference.com/w/cpp/type/type[医]索引/名称