System::Collections::Generic::Stack::data method
Stack::data() method
Internal data structure accessor.
stack_t & System::Collections::Generic::Stack<T>::data()
ReturnValue
Reference to internal data structure.
See Also
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
Stack::data() const method
Internal data structure accessor.
const stack_t & System::Collections::Generic::Stack<T>::data() const
ReturnValue
Const reference to internal data structure.
See Also
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++