使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Archivist
/
gplib
关注
1
点赞
1
派生
0
代码
工单
8
合并请求
0
版本发布
0
百科
动态
General Purpose library for Freestanding C++ and POSIX systems
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
179
提交
5
分支
528 KiB
目录树:
66ba3d98e4
master
cbor
channel
devel
tagfs
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 '66ba3d98e4'
${ noResults }
gplib
/
include
/
gp
/
functional
/
monostates.hpp
6 行
87 B
原始文件
普通视图
文件历史
Moved nullopt monostate out of optional
3 年前
#
pragma once
namespace
gp
{
struct
nullopt_t
final
{
}
;
constexpr
nullopt_t
nullopt
;
}