System::Collections::Generic::Queue::data 메서드
Queue::data() method
기본 데이터 구조 접근자입니다.
queue_t & System::Collections::Generic::Queue<T>::data()
ReturnValue
기본 데이터 구조에 대한 참조.
또 보기
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Queue::data() const method
기본 데이터 구조 접근자입니다.
const queue_t & System::Collections::Generic::Queue<T>::data() const
ReturnValue
기본 데이터 구조에 대한 상수 참조.
또 보기
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++