Inviwo 0.9.12-pre
Inviwo documentation
|
Transparent string hashing for use in unordered containers with string keys for example: std::unordered_map<std::string, V, StringHash, std::equal_to<>>;. More...
#include <transparentmaps.h>
Public Types | |
using | hash_type = std::hash<std::string_view> |
using | is_transparent = void |
Transparent string hashing for use in unordered containers with string keys for example: std::unordered_map<std::string, V, StringHash, std::equal_to<>>;.