const type_info& type() const; | (since C++17) |
Queries the contained type.
(none).
The typeid
of the contained value if instance is non-empty, otherwise typeid(void)
.
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