mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-10 06:38:11 +08:00
a873c1c83c
- Introduced StringViewHasher for efficient hashing of std::string_view using OCCT utilities. - Updated THE_TYPENUMS and THE_TYPESHOR maps to utilize StringViewDataMap with the new hasher. - Modified initialization functions to accept the new map type for better type safety and clarity.