Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
toolbox::util::string_hash Struct Reference

#include <toolbox/util/Utility.hpp>

Public Types

using is_transparent = void
 

Public Member Functions

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

Detailed Description

Definition at line 152 of file Utility.hpp.

Member Typedef Documentation

◆ is_transparent

Definition at line 153 of file Utility.hpp.

Member Function Documentation

◆ operator()() [1/3]

std::size_t toolbox::util::string_hash::operator() ( std::string_view  txt) const
inline

Definition at line 154 of file Utility.hpp.

◆ operator()() [2/3]

std::size_t toolbox::util::string_hash::operator() ( const char txt) const
inline

Definition at line 158 of file Utility.hpp.

◆ operator()() [3/3]

std::size_t toolbox::util::string_hash::operator() ( const std::string &  txt) const
inline

Definition at line 162 of file Utility.hpp.


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