|
表格线识别通用库文档
|
#include <string>#include "common/enum.h"#include "common/macro.h"#include "common/type.h"#include "common/utils/string.hpp"

类 | |
| class | cm::Percent |
| 百分比类 更多... | |
命名空间 | |
| namespace | cm |
函数 | |
| std::ostream & | cm::operator<< (std::ostream &out, const Percent &percent) |
| 百分比类重载输出流运算符 | |
| template<typename T > | |
| T | cm::operator+ (const T &value, const Percent &percent) |
| 百分比类重载加法运算符 | |
| template<typename T > | |
| T | cm::operator- (const T &value, const Percent &percent) |
| 百分比类重载减法运算符 | |
| template<typename T > | |
| T | cm::operator* (const T &value, const Percent &percent) |
| 百分比类重载乘法运算符 | |
| template<typename T > | |
| T | cm::operator/ (const T &value, const Percent &percent) |
| 百分比类重载除法运算符 | |