plugify 1.2.8
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
plg::string_hash Struct Reference

Public Types

using is_transparent = void
 

Public Member Functions

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

Detailed Description

Definition at line 19 of file hash.hpp.

Member Typedef Documentation

◆ is_transparent

Definition at line 20 of file hash.hpp.

Member Function Documentation

◆ operator()() [1/4]

auto plg::string_hash::operator() ( const char txt) const
inline

Definition at line 22 of file hash.hpp.

◆ operator()() [2/4]

auto plg::string_hash::operator() ( const plg::string txt) const
inline

Definition at line 34 of file hash.hpp.

◆ operator()() [3/4]

auto plg::string_hash::operator() ( const std::string &  txt) const
inline

Definition at line 30 of file hash.hpp.

◆ operator()() [4/4]

auto plg::string_hash::operator() ( std::string_view  txt) const
inline

Definition at line 26 of file hash.hpp.


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