libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
首页
类
文件
类列表
类索引
类继承关系
类成员
全部
类
命名空间
文件
函数
变量
类型定义
枚举
枚举值
友元
页
std
plus< boost::multiprecision::float128 >
Public 成员函数
|
所有成员列表
std::plus< boost::multiprecision::float128 > 模板结构体 参考
#include <
float128_shims.h
>
Public 成员函数
boost::multiprecision::float128
operator()
(const boost::multiprecision::float128 a, const boost::multiprecision::float128 b)
详细描述
template<>
struct std::plus< boost::multiprecision::float128 >
在文件
float128_shims.h
第
94
行定义.
成员函数说明
boost::multiprecision::float128 std::plus< boost::multiprecision::float128 >::operator()
(
const boost::multiprecision::float128
a
,
const boost::multiprecision::float128
b
)
inline
在文件
float128_shims.h
第
97
行定义.
99
{
100
return
a + b;
101
}
该结构体的文档由以下文件生成:
/home/lwz/libmesh/include/base/
float128_shims.h
生成于 2023年 十二月 20日 星期三 14:07:08 , 为 libmesh解析使用
1.8.5