Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
Archivist
/
gplib
Volgen
1
Ster
1
Vork
0
Code
Kwesties
8
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Using Ruse to make handling function pointers easier
channel
Ludovic 'Archivist' Lagouardette
3 jaren geleden
bovenliggende
6c060051a6
commit
cebb8aa3d6
1 gewijzigde bestanden
met
toevoegingen van 4
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+4
-0
include/gp/functional/function.hpp
+ 4
- 0
include/gp/functional/function.hpp
Bestand weergeven
@ -122,6 +122,10 @@ namespace gp{
)
;
}
function
(
ret
f_ptr
(
args
.
.
.
)
)
:
function
(
f_ptr
,
nullopt
)
{
}
function
(
function
&
&
rhs
)
:
alloc
(
rhs
.
alloc
)
,
invokator
(
rhs
.
invokator
)
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan