* for compatibility with std:: smart pointers. */
| 341 | * for compatibility with std:: smart pointers. |
| 342 | */ |
| 343 | inline T* get() const noexcept { |
| 344 | return T_; |
| 345 | } |
| 346 | |
| 347 | inline operator TAutoPtr<T, D>() noexcept { |
| 348 | return Release(); |
no outgoing calls