|
proxygen
|
Public Member Functions | |
| TestRValueConstruct ()=default | |
| TestRValueConstruct (TestRValueConstruct &&) noexcept | |
| TestRValueConstruct (const TestRValueConstruct &) | |
| TestRValueConstruct & | operator= (const TestRValueConstruct &)=delete |
| TestRValueConstruct & | operator= (TestRValueConstruct &&)=delete |
Public Attributes | |
| bool | constructed_from_rvalue {false} |
Definition at line 36 of file ForeachTest.cpp.
|
default |
|
inlinenoexcept |
Definition at line 39 of file ForeachTest.cpp.
|
inline |
Definition at line 42 of file ForeachTest.cpp.
|
delete |
|
delete |
| bool folly::test::TestRValueConstruct::constructed_from_rvalue {false} |
Definition at line 48 of file ForeachTest.cpp.