const std::type_info& type() const noexcept; | (since C++17) |
Queries the contained type.
(none).
The typeid
of the contained value if instance is non-empty, otherwise typeid(void)
.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/utility/any/type