|
Sparkplug B C++ Library 1.0.0
Modern C++-23 implementation of Eclipse Sparkplug B 2.2 specification
|
Transparent hash for string keys to enable heterogeneous lookup. More...
#include <host_application.hpp>
Public Types | |
| using | is_transparent = void |
| using | hash_type = std::hash< std::string_view > |
Public Member Functions | |
| size_t | operator() (std::string_view str) const noexcept |
| size_t | operator() (const std::string &str) const noexcept |
Transparent hash for string keys to enable heterogeneous lookup.
Definition at line 126 of file host_application.hpp.
| using sparkplug::HostApplication::TransparentStringHash::hash_type = std::hash<std::string_view> |
Definition at line 128 of file host_application.hpp.
| using sparkplug::HostApplication::TransparentStringHash::is_transparent = void |
Definition at line 127 of file host_application.hpp.
|
inlinenoexcept |
Definition at line 132 of file host_application.hpp.
|
inlinenoexcept |
Definition at line 129 of file host_application.hpp.