|
CCF
|
#include <proxy.h>
Public Member Functions | |
| proxy_ptr (proxy_ptr< T > &that) | |
| proxy_ptr (const proxy_ptr< T > &that) | |
| proxy_ptr (proxy_ptr< T > &&that) noexcept | |
| proxy_ptr (std::nullptr_t that) | |
| proxy_ptr (T *that) | |
| template<typename... Args> | |
| proxy_ptr (Args &&... args) | |
| T * | operator-> () |
| proxy_ptr< T > & | operator= (const proxy_ptr< T > &that)=default |
| bool | is_null () |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |