Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::StringHash Struct Reference

Transparent string 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() (std::string const &str) const
 

Detailed Description

Transparent string hashing for use in unordered containers with string keys.


The documentation for this struct was generated from the following file: