このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
gplib
ウォッチ
1
スター
1
フォーク
0
コード
課題
8
プルリクエスト
0
リリース
0
Wiki
アクティビティ
General Purpose library for Freestanding C++ and POSIX systems
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
179
コミット
5
ブランチ
528 KiB
C++
99.4%
Makefile
0.6%
ツリー:
66ba3d98e4
master
cbor
channel
devel
tagfs
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'66ba3d98e4' から
${ noResults }
gplib
/
include
/
gp
/
functional
/
monostates.hpp
7 行
87 B
Raw
Blame
履歴
#
pragma once
namespace
gp
{
struct
nullopt_t
final
{
}
;
constexpr
nullopt_t
nullopt
;
}