System::Collections::Generic::Stack::data 메서드

Stack::data() method

내부 데이터 구조 접근자.

stack_t & System::Collections::Generic::Stack<T>::data()

ReturnValue

내부 데이터 구조에 대한 참조.

또 보기

Stack::data() const method

내부 데이터 구조 접근자.

const stack_t & System::Collections::Generic::Stack<T>::data() const

ReturnValue

내부 데이터 구조에 대한 const 참조.

또 보기