std::type_index::name

std::type_index::name

const char* name() const;
(since C++11)

Returns the name of the associated std::type_info object. Equivalent to calling std::type_info::name() directly.

Parameters

(none).

Return value

The name of the associated type_info object.

Exceptions

(none) (until C++14)
noexcept specification:
noexcept
(since C++14)

Example

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/types/type_index/name

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部