cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Backports related to Standard header <typeindex>
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:
std::type_index
- Hashable form of std::type_info
(see
cxxomfort::cxxostd::typeindex "typeindex" ).std::hash<type_index>
- for C++03 only.