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.Font for C++
Queue::data() const method
底层数据结构访问器。
const queue_t & System::Collections::Generic::Queue<T>::data() const
ReturnValue
对底层数据结构的 const 引用。
另见
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Font for C++