Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
gplib
Observar
1
Favorito
1
Fork
0
Código
Issues
8
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Moved nullopt monostate out of optional
master
Ludovic 'Archivist' Lagouardette
3 anos atrás
pai
6e7905ab9a
commit
6713b56da6
2 arquivos alterados
com
8 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+7
-0
include/gp/functional/monostates.hpp
+1
-3
include/gp/functional/optional.hpp
+ 7
- 0
include/gp/functional/monostates.hpp
Ver arquivo
@ -0,0 +1,7 @@
#
pragma once
namespace
gp
{
struct
nullopt_t
final
{
}
;
constexpr
nullopt_t
nullopt
;
}
+ 1
- 3
include/gp/functional/optional.hpp
Ver arquivo
@ -3,6 +3,7 @@
#
include
"gp_config.hpp"
#
include
"gp/functional/bind_front.hpp"
#
include
"gp/functional/monostates.hpp"
#
include
"gp/algorithms/move.hpp"
#
include
"gp/exception.hpp"
@ -10,9 +11,6 @@
#
include
<new>
namespace
gp
{
struct
nullopt_t
final
{
}
;
constexpr
nullopt_t
nullopt
;
template
<
typename
T
>
class
optional
final
{
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar