proxygen
|
#include <Nullable.h>
Classes | |
struct | Interface |
Additional Inherited Members | |
Public Types inherited from folly::PolyExtends< IEqualityComparable > | |
using | Subsumptions = detail::TypeList< I... > |
using | Members = PolyMembers<> |
A Poly
interface that can be used to make Poly objects initializable from nullptr
(to create an empty Poly
) and equality comparable to nullptr
(to test for emptiness).
Definition at line 29 of file Nullable.h.