Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
gplib
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
8
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Using Ruse to make handling function pointers easier
channel
Ludovic 'Archivist' Lagouardette
hace 3 años
padre
6c060051a6
commit
cebb8aa3d6
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-0
include/gp/functional/function.hpp
+ 4
- 0
include/gp/functional/function.hpp
Ver fichero
@ -122,6 +122,10 @@ namespace gp{
)
;
}
function
(
ret
f_ptr
(
args
.
.
.
)
)
:
function
(
f_ptr
,
nullopt
)
{
}
function
(
function
&
&
rhs
)
:
alloc
(
rhs
.
alloc
)
,
invokator
(
rhs
.
invokator
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar