Namespaces
Variants

std::type_index:: type_index

From cppreference.net
Utilities library
type_index ( const std:: type_info & info ) noexcept ;
(C++11부터)

std::type_info 객체로부터 타입 인덱스를 생성합니다.

매개변수

info - 타입 정보 객체

예제