struct StringHash

Defined at line 26 of file ../../sdk/lib/driver/fake-platform-device/cpp/fake-pdev.h

Allows for `std::string_view`'s to be used when searching an unordered map that uses

`std::string` as its key.

Public Methods

std::size_t operator() (const char * str)

Defined at line 30 of file ../../sdk/lib/driver/fake-platform-device/cpp/fake-pdev.h

std::size_t operator() (std::string_view str)

Defined at line 31 of file ../../sdk/lib/driver/fake-platform-device/cpp/fake-pdev.h

std::size_t operator() (const std::string & str)

Defined at line 32 of file ../../sdk/lib/driver/fake-platform-device/cpp/fake-pdev.h