cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
<typeindex>

Backports related to Standard header <typeindex>

// or as part of:
#include <cxxomfort/library.hpp>

Interfaces

From C++11 onwards, <typeindex> provides an utility that allows using type_info information in a way that is indexable as criteria for eg.: a std::map.

Interfaces defined in this section:

See Also