This website works better with JavaScript
首頁
探索
說明
登入
O3DE
/
o3de-azslc
镜像来自
https://github.com/o3de/o3de-azslc
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
分支:
development
分支列表
標籤列表
auto-option-ranks
development
main
santorac-patch-1
stabilization/2106
webgpu
1.8.22
1.8.21
1.8.20
1.8.19
1.8.15
1.8.14
1.8.9
1.7.35
1.7.34
1.7.33
1.7.23
o3de-azslc
/
tests
/
Syntax
/
generic-function-multi-constraint.azsl
generic-function-multi-constraint.azsl
62 B
永久連結
文件歷史
原始文件
1
2
3
4
interface I {};
interface J {};
void func<T : I, U : J, F>();