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
基礎データ構造への const 参照。
参照
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++