Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
gplib
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Ongelmat
8
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
General Purpose library for Freestanding C++ and POSIX systems
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
165
Commitit
5
Branchit
528 KiB
C++
99.4%
Makefile
0.6%
Puu:
f50388e8d3
master
cbor
channel
devel
tagfs
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'f50388e8d3'
${ noResults }
gplib
/
include
/
gp
/
functional
/
monostates.hpp
7 rivejä
87 B
Raaka
Blame
Historia
#
pragma once
namespace
gp
{
struct
nullopt_t
final
{
}
;
constexpr
nullopt_t
nullopt
;
}