brintos

brintos / llvm-project-archived public Read only

0
0
Text · 88 B · 97c75e6 Raw
3 lines · c
1template<typename T> struct DeductionGuide {};2DeductionGuide() -> DeductionGuide<int>;3