System::MakeTuple 方法
System::MakeTuple method
在栈上创建元组。
template<typename...> ValueTuple<Args...> System::MakeTuple(Args... args)
| 参数 | 描述 |
|---|---|
| Args | Tuple 成员类型。 |
| 参数 | 类型 | 描述 |
|---|---|---|
| args | Args… | Tuple 成员值。 |
ReturnValue
新创建的元组。
另见
- Class ValueTuple
- Namespace System
- Library Aspose.Font for C++