#include "memory.h"
Public Member Functions | |
constexpr | copy_ptr () noexcept |
constexpr | copy_ptr (std::nullptr_t) noexcept |
copy_ptr (T *p) noexcept | |
copy_ptr (const copy_ptr &u) | |
copy_ptr (copy_ptr &&u) noexcept | |
template<class U , class E > | |
copy_ptr (copy_ptr< U, E > &&u) noexcept | |
copy_ptr & | operator= (const copy_ptr &u) |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineexplicitnoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |