Namespaces
Variants
Actions

std::type_info

From cppreference.com
< cpp‎ | types
 
C++
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
Type support
Basic types
Fixed width integer types (C++11)
Fixed width floating-point types (C++23)
(C++11)    
(C++17)
Numeric limits
C numeric limits interface
Runtime type information
type_info
(C++11)
 
std::type_info
Defined in header <typeinfo>
class type_info;

The class type_info holds implementation-specific information about a type, including the name of the type and means to compare two types for equality or collating order. This is the class returned by the typeid operator.

The type_info class is neither CopyConstructible nor CopyAssignable.

[edit] Member functions

(constructor)
[deleted]
has neither default nor copy constructors
(public member function)
[virtual]
the virtual destructor makes type_info a polymorphic class
(virtual public member function)
operator=
[deleted]
can not be copy-assigned
(public member function)
(removed in C++20)
checks whether the objects refer to the same type
(public member function) [edit]
checks whether the referred type precedes referred type of another type_info
object in the implementation defined order, i.e. orders the referred types
(public member function) [edit]
(C++11)
returns a value which is identical for the same types
(public member function) [edit]
implementation defined name of the type
(public member function) [edit]

[edit] See also

wrapper around a type_info object, that can be used as index in associative and unordered associative containers
(class) [edit]
typeid Queries information of a type, returning a std::type_info object representing the type
(built-in operator)

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant