gz-cpp-util 1.3
A c++20 library containing various utilities
gz::util::string_hash Struct Reference

Public Types

using hash_type = std::hash< std::string_view >
 
using is_transparent = void
 

Public Member Functions

size_t operator() (const char *str) const
 
size_t operator() (std::string_view str) const
 
size_t operator() (std::string const &str) const
 

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