Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1008 Bytes

typeindex.md

File metadata and controls

28 lines (20 loc) · 1008 Bytes
description title ms.date f1_keywords ms.assetid
Learn more about: <typeindex>
<typeindex>
11/04/2016
<typeindex>
a9551137-f74b-4f02-af64-ff00214cea1f

<typeindex>

Include the standard header <typeindex> to define a class and function that support the indexing of objects of class type_info.

Syntax

#include <typeindex>

Remarks

The hash Structure defines a hash function that's suitable for mapping values of type type_index to a distribution of index values.

The type_index class wraps a pointer to a type_info object to assist in indexing.

See also

Header Files Reference
Thread Safety in the C++ Standard Library
C++ Standard Library Reference