dl
Public 类型 | Public 成员函数 | 所有成员列表
string_hash结构体 参考

#include <dl_script.h>

Public 类型

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

Public 成员函数

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

详细描述

在文件 dl_script.h23 行定义.

成员类型定义说明

◆ hash_type

using string_hash::hash_type = std::hash<std::string_view>

在文件 dl_script.h25 行定义.

◆ is_transparent

在文件 dl_script.h26 行定义.

成员函数说明

◆ operator()() [1/3]

std::size_t string_hash::operator() ( const char *  str) const
inline

在文件 dl_script.h28 行定义.

◆ operator()() [2/3]

std::size_t string_hash::operator() ( std::string const &  str) const
inline

在文件 dl_script.h30 行定义.

◆ operator()() [3/3]

std::size_t string_hash::operator() ( std::string_view  str) const
inline

在文件 dl_script.h29 行定义.


该结构体的文档由以下文件生成: