proxygen
|
Public Member Functions | |
MovableInt (int value) | |
int | value () const |
MovableInt (MovableInt &&)=default | |
MovableInt & | operator= (MovableInt &&)=default |
MovableInt (const MovableInt &)=delete | |
MovableInt & | operator= (const MovableInt &)=delete |
Private Attributes | |
int | value_ |
Definition at line 42 of file TupleOpsTest.cpp.
|
inlineexplicit |
|
default |
|
delete |
|
default |
Referenced by value().
|
delete |
|
inline |
Definition at line 45 of file TupleOpsTest.cpp.
References MovableInt(), operator=(), and value_.
Referenced by folly::test::operator==().
|
private |
Definition at line 55 of file TupleOpsTest.cpp.
Referenced by value().