System::Collections::Generic::Stack::data メソッド
Stack::data() method
内部データ構造アクセサー。
stack_t & System::Collections::Generic::Stack<T>::data()
ReturnValue
内部データ構造への参照です。
参照
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Stack::data() const method
内部データ構造アクセサー。
const stack_t & System::Collections::Generic::Stack<T>::data() const
ReturnValue
内部データ構造への const 参照です。
参照
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++