ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::base::math::concepts 命名空间参考

概念名称空间 基于标准库的概念,但是使用帮助类型来便于后续定义中的新算数类型重载 更多...

概念

concept  arithmetic_type
 算术类型概念
 
concept  is_arithmetic_type
 
concept  basic_type
 基础类型概念
 
concept  is_basic_type
 
concept  big_type
 大数类型概念
 
concept  is_big_type
 
concept  float_type
 浮点类型概念
 
concept  is_float_type
 
concept  exponent_float_type
 
concept  is_exponent_float_type
 
concept  fraction_float_type
 
concept  is_fraction_float_type
 
concept  basic_float_type
 基础浮点数类型概念
 
concept  is_basic_float_type
 
concept  integer_type
 整数类型概念
 
concept  is_integer_type
 
concept  basic_integer_type
 基础整数类型概念
 
concept  is_basic_integer_type
 
concept  signed_type
 有符号类型概念
 
concept  is_signed
 
concept  unsigned_type
 无符号类型概念
 
concept  is_unsigned
 
concept  signed_integer_type
 有符号整数类型概念
 
concept  is_signed_integer_type
 
concept  unsigned_integer_type
 无符号整数类型概念
 
concept  is_unsigned_integer_type
 
concept  unsigned_float_type
 无符号浮点数类型概念
 
concept  is_unsigned_float_type
 
concept  signed_float_type
 有符号浮点数类型概念
 
concept  is_signed_float_type
 
concept  signed_basic_integer_type
 有符号基础整数类型概念
 
concept  is_signed_basic_integer_type
 
concept  unsigned_basic_integer_type
 无符号基础整数类型概念
 
concept  is_unsigned_basic_integer_type
 
concept  signed_basic_float_type
 有符号基础浮点数类型概念
 
concept  is_signed_basic_float_type
 
concept  unsigned_basic_float_type
 无符号基础浮点数类型概念
 
concept  is_unsigned_basic_float_type
 
concept  big_integer_type
 大整数类型概念
 
concept  is_big_integer_type
 
concept  big_float_type
 大浮点数类型概念
 
concept  is_big_float_type
 
concept  unsigned_big_integer_type
 无符号大整数类型概念
 
concept  is_unsigned_big_integer_type
 
concept  signed_big_integer_type
 有符号大整数类型概念
 
concept  is_signed_big_integer_type
 
concept  unsigned_big_float_type
 无符号大浮点数类型概念
 
concept  is_unsigned_big_float_type
 
concept  signed_big_float_type
 有符号大浮点数类型概念
 
concept  is_signed_big_float_type
 
concept  has_NaN
 有NaN的类型概念
 
concept  has_inf
 有inf的类型概念
 
concept  has_min
 有min的类型概念
 
concept  has_max
 有max的类型概念
 
concept  has_min_max
 有min和max的类型概念
 
concept  has_ε
 有ε的类型概念
 

详细描述

概念名称空间 基于标准库的概念,但是使用帮助类型来便于后续定义中的新算数类型重载