Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
gplib
Segui
1
Vota
1
Forka
0
Codice
Problemi
8
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Using Ruse to make handling function pointers easier
channel
Ludovic 'Archivist' Lagouardette
3 anni fa
parent
6c060051a6
commit
cebb8aa3d6
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-0
include/gp/functional/function.hpp
+ 4
- 0
include/gp/functional/function.hpp
Vedi File
@ -122,6 +122,10 @@ namespace gp{
)
;
}
function
(
ret
f_ptr
(
args
.
.
.
)
)
:
function
(
f_ptr
,
nullopt
)
{
}
function
(
function
&
&
rhs
)
:
alloc
(
rhs
.
alloc
)
,
invokator
(
rhs
.
invokator
)
Scrivi
Anteprima
Caricamento…
Annulla
Salva