W3cubDocs

/C++

std::any::type

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

Queries the contained type.

Parameters

(none).

Return value

The typeid of the contained value if instance is non-empty, otherwise typeid(void).

Exceptions

noexcept specification:
noexcept

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/utility/any/type