System::Collections::Generic::BaseSet::data メソッド
BaseSet::data() method
基礎となるデータ構造へのアクセサです。
set_t & System::Collections::Generic::BaseSet<T, SET_T>::data()
ReturnValue
基礎データ構造への参照。
参照
- Typedef set_t
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
BaseSet::data() const method
基礎となるデータ構造へのアクセサです。
const set_t & System::Collections::Generic::BaseSet<T, SET_T>::data() const
ReturnValue
基礎データ構造への const 参照。
参照
- Typedef set_t
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++