|  | Inviwo 0.9.12-pre
    Inviwo documentation | 
Transparent string case insensitive hashing for use in unordered containers with string keys. More...
#include <stringconversion.h>
| Public Types | |
| using | hash_type = std::hash<std::string_view> | 
| using | is_transparent = void | 
| Public Member Functions | |
| std::size_t | operator() (const char *str) const | 
| std::size_t | operator() (std::string_view str) const | 
| std::size_t | operator() (const std::string &str) const | 
Transparent string case insensitive hashing for use in unordered containers with string keys.