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 ( ) ;
(obsoleto en C++11)
(eliminado en C++17)

Devuelve el puntero que es mantenido por * this .

Parámetros

(ninguno)

Valor de retorno

El puntero mantenido por * this .

Véase también

accede al objeto gestionado
(función miembro pública)