MtFmt 1.0.0
MtFmt is a format library on embed. system and wrote by pure C.
载入中...
搜索中...
未找到
命名空间 | 结构体 | 类型定义 | 函数
mtfmt 命名空间参考

命名空间

namespace  details
 
namespace  literals
 

结构体

class  mtfmt_error
 表示存在错误 更多...
 
class  result
 结果类 更多...
 
class  string
 字符串类 更多...
 

类型定义

using unit_t = details::unit_t
 表示单位类型
 
using error_code_t = mstr_result_t
 返回值的错误结果
 
using unicode_t = mstr_codepoint_t
 unicode字符
 

函数

template<typename T >
details::fixed_wrapper< Tfixed_value (const T &value)
 标记该值是一个定点数
 

类型定义说明

◆ error_code_t

返回值的错误结果

◆ unicode_t

unicode字符

◆ unit_t

表示单位类型

函数说明

◆ fixed_value()

template<typename T >
details::fixed_wrapper< T > mtfmt::fixed_value ( const T value)

标记该值是一个定点数

注解
咱也不知道把它放到哪里..但是只有这一个函数, 那么就塞一起, 是不是很棒呢