System::Collections::Generic::Queue::data メソッド

Queue::data() method

基礎となるデータ構造へのアクセサです。

queue_t & System::Collections::Generic::Queue<T>::data()

ReturnValue

基礎データ構造への参照。

参照

Queue::data() const method

基礎となるデータ構造へのアクセサです。

const queue_t & System::Collections::Generic::Queue<T>::data() const

ReturnValue

基礎データ構造への const 参照。

参照