|
proxygen
|
Public Member Functions | |
| FOLLY_PUSH_WARNING | FOLLY_MSVC_DISABLE_WARNING (4587) FOLLY_MSVC_DISABLE_WARNING(4588) StorageNonTriviallyDestructible() |
| ~StorageNonTriviallyDestructible () | |
| FOLLY_POP_WARNING void | clear () |
Public Attributes | |
| union { | |
| char emptyState | |
| Value value | |
| }; | |
| bool | hasValue |
Definition at line 399 of file Optional.h.
|
inline |
Definition at line 413 of file Optional.h.
References FOLLY_POP_WARNING.
|
inline |
|
inline |
Definition at line 410 of file Optional.h.
| union { ... } |
| char folly::Optional< Value >::StorageNonTriviallyDestructible::emptyState |
Definition at line 401 of file Optional.h.
| bool folly::Optional< Value >::StorageNonTriviallyDestructible::hasValue |
Definition at line 404 of file Optional.h.
| Value folly::Optional< Value >::StorageNonTriviallyDestructible::value |
Definition at line 402 of file Optional.h.