|
proxygen
|
#include <Expected.h>
Public Member Functions | |
| constexpr | CopyConstructible ()=default |
| CopyConstructible (const CopyConstructible &)=delete | |
| constexpr | CopyConstructible (CopyConstructible &&)=default |
| CopyConstructible & | operator= (const CopyConstructible &)=default |
| CopyConstructible & | operator= (CopyConstructible &&)=default |
Definition at line 323 of file Expected.h.
|
default |
|
delete |
|
default |
|
default |
|
default |