|
Nugget
|
Public Member Functions | |
| MoveConstructible (MoveConstructible &&x) | |
| MoveConstructible (const MoveConstructible &)=delete | |
| MoveConstructible & | operator= (const MoveConstructible &)=delete |
| MoveConstructible & | operator= (MoveConstructible &&)=delete |
Static Public Member Functions | |
| static MoveConstructible | Create () |
Public Attributes | |
| const int | value |
Static Public Attributes | |
| static const int | defaultValue = 42 |