System::Collections::Generic::Stack::data método
Stack::data() method
Accesor interno de la estructura de datos.
stack_t & System::Collections::Generic::Stack<T>::data()
ReturnValue
Referencia a la estructura de datos interna.
Ver también
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Stack::data() const method
Accesor interno de la estructura de datos.
const stack_t & System::Collections::Generic::Stack<T>::data() const
ReturnValue
Referencia constante a la estructura de datos interna.
Ver también
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++