This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
gplib
Прати
1
Волим
1
Креирај огранак
0
Код
Дискусије
8
Захтеви за спајање
0
Издања
0
Вики
Activity
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.
179
Комити
5
Гране
528 KiB
C++
99.4%
Makefile
0.6%
Дрво:
66ba3d98e4
master
cbor
channel
devel
tagfs
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '66ba3d98e4'
${ noResults }
gplib
/
include
/
gp
/
functional
/
monostates.hpp
7 lines
87 B
Датотека
Blame
Историја
#
pragma once
namespace
gp
{
struct
nullopt_t
final
{
}
;
constexpr
nullopt_t
nullopt
;
}