|
proxygen
|
Public Member Functions | |
| ContainsExpected () | |
| ContainsExpected (int x) | |
| bool | hasValue () const |
| int | value () const |
| ContainsExpected (const ContainsExpected &other)=default | |
| ContainsExpected & | operator= (const ContainsExpected &other)=default |
| ContainsExpected (ContainsExpected &&other)=default | |
| ContainsExpected & | operator= (ContainsExpected &&other)=default |
Private Attributes | |
| Expected< int, E > | ex_ |
Definition at line 530 of file ExpectedTest.cpp.
|
inline |
Definition at line 532 of file ExpectedTest.cpp.
|
inlineexplicit |
Definition at line 533 of file ExpectedTest.cpp.
|
default |
|
default |
|
inline |
|
default |
|
default |
|
inline |
Definition at line 547 of file ExpectedTest.cpp.