C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::string_hash Struct Reference

A hash function for const char*, std::string_view and std::string. More...

#include <string.hpp>

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
 

Detailed Description

A hash function for const char*, std::string_view and std::string.


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