ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::base::magic_number::π_with_ε_t结构体 参考

Public 成员函数

template<float_type T>
auto operator() (T &&ε) const noexcept
 

静态 Public 属性

template<unsigned_big_float_type T>
static π_with_ε_impl_t< T > for_type {}
 

详细描述

在文件 all_defs.cpp5409 行定义.

成员函数说明

◆ operator()()

template<float_type T>
auto elc::defs::base::magic_number::π_with_ε_t::operator() ( T &&  ε) const
inlinenoexcept

在文件 all_defs.cpp5413 行定义.

5413 {
5414 if constexpr(is_basic_float_type<T>)
5415 return (T)π;//啊?
5416 else
5417 return for_type<T>(forward<T>(ε));
5418 }
constexpr T down_cast(U a) noexcept
向下转型至
函数调用图:

类成员变量说明

◆ for_type

template<unsigned_big_float_type T>
π_with_ε_impl_t<T> elc::defs::base::magic_number::π_with_ε_t::for_type {}
inlinestatic

在文件 all_defs.cpp5411 行定义.

5411{};

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