Namespaces
Variants

std::auto_ptr<T>:: get

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
T * get ( ) const throw ( ) ;
(C++11에서 사용 중단됨)
(C++17에서 제거됨)

* this 가 보유하고 있는 포인터를 반환합니다.

매개변수

(없음)

반환값

* this 가 보유한 포인터.

참고 항목

관리되는 객체에 접근
(public member function)