ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::basic_environment::to_arithmetic_t类 参考

Public 成员函数

template<class T >
requires able<T>
constexpr auto operator() (T &&v) const noexcept(nothrow< T >)
 

静态 Public 属性

template<class T >
static constexpr bool able = able_helper<T>()
 
template<class T >
static constexpr bool nothrow = nothrow_helper<T>()
 

详细描述

在文件 all_defs.cpp6457 行定义.

成员函数说明

◆ operator()()

template<class T >
requires able<T>
constexpr auto elc::defs::basic_environment::to_arithmetic_t::operator() ( T &&  v) const
inlineconstexprnoexcept

在文件 all_defs.cpp7317 行定义.

7317 {
7318 return to_arithmetic_base(forward<T>(v));
7319 }
constexpr T down_cast(U a) noexcept
向下转型至
函数调用图:

类成员变量说明

◆ able

template<class T >
constexpr bool elc::defs::basic_environment::to_arithmetic_t::able = able_helper<T>()
inlinestaticconstexpr

在文件 all_defs.cpp7301 行定义.

◆ nothrow

template<class T >
constexpr bool elc::defs::basic_environment::to_arithmetic_t::nothrow = nothrow_helper<T>()
inlinestaticconstexpr

在文件 all_defs.cpp7314 行定义.


该类的文档由以下文件生成: