std::type_index::type_index
From cppreference.com
< cpp | types | type index
C++
Utilities library
|
|
Type support
Basic types | |||||||||||||||||||||
Fixed width integer types (C++11) | |||||||||||||||||||||
Fixed width floating-point types (C++23) | |||||||||||||||||||||
|
|||||||||||||||||||||
Numeric limits | |||||||||||||||||||||
C numeric limits interface | |||||||||||||||||||||
Runtime type information | |||||||||||||||||||||
|
std::type_index
Member functions | ||||
type_index::type_index | ||||
Helper classes | ||||
(C++11)
|
type_index(
const
std::type_info
& info )
noexcept
;
|
(since C++11) | |
Constructs the type index from std::type_info object.
Parameters
info | - | type information object |
Example
This section is incomplete Reason: no example |