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
Using Ruse to make handling function pointers easier
channel
Ludovic 'Archivist' Lagouardette
3 anos atrás
pai
6c060051a6
commit
cebb8aa3d6
1 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-0
include/gp/functional/function.hpp
+ 4
- 0
include/gp/functional/function.hpp
Ver arquivo
@ -122,6 +122,10 @@ namespace gp{
)
;
}
function
(
ret
f_ptr
(
args
.
.
.
)
)
:
function
(
f_ptr
,
nullopt
)
{
}
function
(
function
&
&
rhs
)
:
alloc
(
rhs
.
alloc
)
,
invokator
(
rhs
.
invokator
)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar