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

std::any::type

STD::任何:类型

const type_info& type() const;(since C++17)

查询包含的类型。

参数

%280%29

返回值

typeid如果实例是非空的,则为typeid(void)...

例外

noexcept规格:

noexcept

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/实用程序/any/type