Utility Rack
|
Public Member Functions | |
copyable_foo (const copyable_foo &rhs) | |
copyable_foo (copyable_foo &&rhs) | |
copyable_foo & | operator= (const copyable_foo &)=delete |
copyable_foo & | operator= (copyable_foo &&)=delete |
int | operator() (int i) |
int | operator() (int i) const |
Public Attributes | |
int | val {base} |
Static Public Attributes | |
static int | copy_count = 0 |
static int | move_count = 0 |