proxygen
|
Public Member Functions | |
StorageTriviallyDestructible () | |
void | clear () |
Public Attributes | |
union { | |
char emptyState | |
Value value | |
}; | |
bool | hasValue |
Definition at line 386 of file Optional.h.
|
inline |
Definition at line 393 of file Optional.h.
|
inline |
Definition at line 394 of file Optional.h.
union { ... } |
char folly::Optional< Value >::StorageTriviallyDestructible::emptyState |
Definition at line 388 of file Optional.h.
bool folly::Optional< Value >::StorageTriviallyDestructible::hasValue |
Definition at line 391 of file Optional.h.
Value folly::Optional< Value >::StorageTriviallyDestructible::value |
Definition at line 389 of file Optional.h.