本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
gplib
關注
1
收藏
1
複製
0
程式碼
問題
8
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
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…
取消
儲存