C++
:
Reference
:
Miscellaneous
: typeinfo
Search:
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
typeinfo
bad_cast
bad_typeid
type_info
typeinfo
header
Type information
This header defines types used in conjunction with the operators
typeid
and
dynamic_cast
:
type_info
Type information type
(class )
bad_cast
Exception thrown on failure to dynamic cast
(class)
bad_typeid
Exception thrown on typeid of null pointer
(class)