ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::base::hash_n::hash_value_t结构体 参考
类 elc::defs::base::hash_n::hash_value_t 继承关系图:
[图例]

Public 成员函数

constexpr hash_base_t operator% (auto &&a) const noexcept
 
constexpr bool operator== (const hash_value_t &a) const noexcept
 

Public 属性

hash_base_t _value
 

详细描述

在文件 all_defs.cpp10844 行定义.

成员函数说明

◆ operator%()

constexpr hash_base_t elc::defs::base::hash_n::hash_value_t::operator% ( auto &&  a) const
inlineconstexprnoexcept

在文件 all_defs.cpp10846 行定义.

10846 {
10847 return _value%a;
10848 }
constexpr T down_cast(U a) noexcept
向下转型至

◆ operator==()

constexpr bool elc::defs::base::hash_n::hash_value_t::operator== ( const hash_value_t a) const
inlineconstexprnoexcept

在文件 all_defs.cpp10849 行定义.

10849 {
10850 return _value==a._value;
10851 }

类成员变量说明

◆ _value

hash_base_t elc::defs::base::hash_n::hash_value_t::_value

在文件 all_defs.cpp10845 行定义.


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