[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/memory/auto_ptr/operator* [Back]  [Original]

std::auto_ptr<T>::operator*, std::auto_ptr<T>::operator-> cppreference.com
cppreference.com

std::auto_ptr<T>::operator*, std::auto_ptr<T>::operator->

cppreference.com
 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
 
no section name
no section name
(C++11)( C++23)
(C++11)( C++23)
(C++11)( C++23)
(C++11)( C++23)
(C++11)( C++23)
(C++11)( C++23)



no section name
 
 
<tbody> </tbody>
T& operator*() const throw();
(1) ( C++11)
( C++17)
T* operator->() const throw();
(2) ( C++11)
( C++17)

. get() != 0.

()

1) *get().
2) get().


(public -) []

Web Proxy Viewer  |  New URL  |  Original Page