ELC
in dev
ELC-lang
载入中...
搜索中...
未找到
类
|
Public 成员函数
|
所有成员列表
elc::defs::base::math::get_prime_factorization_t结构体 参考
类
class
result_t
Public 成员函数
template<arithmetic_type T>
constexpr
auto
operator()
(T
m
)
const
noexcept
详细描述
在文件
all_defs.cpp
第
4939
行定义.
成员函数说明
◆
operator()()
template<arithmetic_type T>
constexpr
auto
elc::defs::base::math::get_prime_factorization_t::operator()
(
T
m
)
const
inline
constexpr
noexcept
在文件
all_defs.cpp
第
5004
行定义.
5004
{
5005
return
result_t<T>
{
m
};
5006
}
elc::defs::base::down_cast
constexpr T down_cast(U a) noexcept
向下转型至
Definition
all_defs.cpp:1133
该结构体的文档由以下文件生成:
docs/
all_defs.cpp
elc
defs
base
math
get_prime_factorization_t
制作者
1.9.8