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>&) | 객체를 이 ValueTuple로 분해합니다. |
| operator==(const ValueTuple&) const | |
| ToString() const | |
| tuple() | |
| tuple() const | |
| static Type() | 해당 ValueTuple 클래스 유형 정보를 나타내는 TypeInfo 객체에 대한 참조를 반환합니다. |
| ValueTuple() | |
| ValueTuple(Args…) | 튜플 객체를 생성합니다. |
또 보기
- Namespace System
- Library Aspose.Page for C++