ELC in dev
ELC-lang
载入中...
搜索中...
未找到
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.cpp4939 行定义.

成员函数说明

◆ operator()()

template<arithmetic_type T>
constexpr auto elc::defs::base::math::get_prime_factorization_t::operator() ( m) const
inlineconstexprnoexcept

在文件 all_defs.cpp5004 行定义.

5004 {
5005 return result_t<T>{m};
5006 }
constexpr T down_cast(U a) noexcept
向下转型至

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