proxygen
|
Public Member Functions | |
CheckedInt () | |
CheckedInt (int value_) | |
CheckedInt (const CheckedInt &rhs, int) | |
CheckedInt (const CheckedInt &rhs) | |
CheckedInt (CheckedInt &&rhs) noexcept | |
CheckedInt & | operator= (const CheckedInt &rhs) |
CheckedInt & | operator= (CheckedInt &&rhs) noexcept |
~CheckedInt () | |
Public Attributes | |
int | value |
Static Public Attributes | |
static const int | DEFAULT_VALUE = (int)0xdeadbeef |
Definition at line 789 of file small_vector_test.cpp.
|
inline |
Definition at line 791 of file small_vector_test.cpp.
|
inlineexplicit |
Definition at line 792 of file small_vector_test.cpp.
|
inline |
Definition at line 793 of file small_vector_test.cpp.
|
inline |
Definition at line 794 of file small_vector_test.cpp.
|
inlinenoexcept |
|
inline |
Definition at line 807 of file small_vector_test.cpp.
|
inline |
|
inlinenoexcept |
Definition at line 802 of file small_vector_test.cpp.
References folly::detail::rhs, and folly::value().
|
static |
Definition at line 790 of file small_vector_test.cpp.
int CheckedInt::value |
Definition at line 808 of file small_vector_test.cpp.
Referenced by operator=(), and TEST().