System::ValueTuple 类
ValueTuple class
表示 ValueTuple 数据结构的类。
template<typename ...>class ValueTuple : public System::Details::BoxableObjectBase
方法
| 方法 | 描述 |
|---|---|
| Equals(SharedPtr<Object>) | 确定当前对象和指定对象是否相同。 |
| GetHashCode() const | |
| GetType() const | |
| Item() | 获取 ValueTuple 对象的组件值的引用。 |
| Item() const | 获取 ValueTuple 对象的组件值。 |
| operator=(const ValueTuple<OtherArgs…>&) | |
| operator=(const SharedPtr<T>&) | 将对象解构为此值元组。 |
| operator==(const ValueTuple&) const | |
| ToString() const | |
| tuple() | |
| tuple() const | |
| static Type() | 返回对表示 ValueTuple 类类型信息的 TypeInfo 对象的引用。 |
| ValueTuple() | |
| ValueTuple(Args…) | 构造一个元组对象。 |
另见
- Namespace System
- Library Aspose.Page for C++