proxygen
|
#include <F14TestUtil.h>
Public Member Functions | |
MoveOnlyTestInt () noexcept | |
MoveOnlyTestInt (int x0) | |
MoveOnlyTestInt (MoveOnlyTestInt &&rhs) noexcept | |
MoveOnlyTestInt (MoveOnlyTestInt const &)=delete | |
MoveOnlyTestInt & | operator= (MoveOnlyTestInt &&rhs) noexcept |
MoveOnlyTestInt & | operator= (MoveOnlyTestInt const &)=delete |
~MoveOnlyTestInt () | |
bool | operator== (MoveOnlyTestInt const &rhs) const |
bool | operator!= (MoveOnlyTestInt const &rhs) const |
Public Attributes | |
int | x |
bool | destroyed {false} |
Definition at line 94 of file F14TestUtil.h.
|
inlinenoexcept |
Definition at line 98 of file F14TestUtil.h.
|
inline |
Definition at line 99 of file F14TestUtil.h.
|
inlinenoexcept |
Definition at line 100 of file F14TestUtil.h.
|
delete |
|
inline |
Definition at line 109 of file F14TestUtil.h.
|
inline |
|
inlinenoexcept |
Definition at line 102 of file F14TestUtil.h.
References folly::detail::rhs.
|
delete |
|
inline |
Definition at line 113 of file F14TestUtil.h.
bool folly::f14::MoveOnlyTestInt::destroyed {false} |
Definition at line 96 of file F14TestUtil.h.
Referenced by operator==().
int folly::f14::MoveOnlyTestInt::x |
Definition at line 95 of file F14TestUtil.h.
Referenced by std::hash< folly::f14::MoveOnlyTestInt >::operator()(), and operator==().