|
template<typename... Args> |
| CopiedSharedPtr (Args &&... args) noexcept |
|
| CopiedSharedPtr (const CopiedSharedPtr &other) noexcept |
|
| CopiedSharedPtr (CopiedSharedPtr &&other) noexcept |
|
CopiedSharedPtr & | operator= (const CopiedSharedPtr &other) noexcept |
|
CopiedSharedPtr & | operator= (CopiedSharedPtr &&other) noexcept |
|
| operator bool () const noexcept |
|
WidgetType & | operator* () const noexcept |
|
WidgetType * | operator-> () const noexcept |
|
WidgetType * | get () const noexcept |
|
The documentation for this class was generated from the following file: