This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
gplib
Прати
1
Волим
1
Креирај огранак
0
Код
Дискусије
8
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Using Ruse to make handling function pointers easier
channel
Ludovic 'Archivist' Lagouardette
пре 3 година
родитељ
6c060051a6
комит
cebb8aa3d6
1 измењених фајлова
са
4 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
include/gp/functional/function.hpp
+ 4
- 0
include/gp/functional/function.hpp
Прегледај датотеку
@ -122,6 +122,10 @@ namespace gp{
)
;
}
function
(
ret
f_ptr
(
args
.
.
.
)
)
:
function
(
f_ptr
,
nullopt
)
{
}
function
(
function
&
&
rhs
)
:
alloc
(
rhs
.
alloc
)
,
invokator
(
rhs
.
invokator
)
Write
Preview
Loading…
Откажи
Сачувај